Optimize font family integration #7
1 changed files with 3 additions and 4 deletions
|
@ -4,8 +4,7 @@
|
|||
For more information, please refer to the README.md file located in the 'fonts' directory.
|
||||
*/
|
||||
font-family: 'Departure Mono';
|
||||
src: url('../fonts/DepartureMono-Regular.woff2') format('woff2'),
|
||||
url('../fonts/DepartureMono-Regular.woff') format('woff');
|
||||
src: url('../fonts/DepartureMono-Regular.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
|
|
Loading…
Reference in a new issue