Optimize font family integration #7
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
/*
|
/*
|
||||||
Note: The font files are not included in this repository due to legal restrictions.
|
Note: The font files are not included in this repository due to legal restrictions.
|
||||||
For more information, please refer to the README.md file located in the 'fonts' directory.
|
For more information, please refer to the README.md file located in the 'fonts' directory.
|
||||||
*/
|
*/
|
||||||
font-family: 'Departure Mono';
|
font-family: 'Departure Mono';
|
||||||
src: url('../fonts/DepartureMono-Regular.woff2') format('woff2'),
|
src: url('../fonts/DepartureMono-Regular.woff2') format('woff2');
|
||||||
url('../fonts/DepartureMono-Regular.woff') format('woff');
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
@ -540,4 +539,4 @@ a {
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--cyber-secondary-color);
|
color: var(--cyber-secondary-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue