You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
613 B
SCSS
31 lines
613 B
SCSS
2 years ago
|
@font-face {
|
||
|
font-family: 'MapleMono';
|
||
|
src: url("/fonts/MapleMono-Regular.ttf");
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-display: block
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'MapleMono';
|
||
|
src: url("/fonts/MapleMono-Bold.ttf");
|
||
|
font-weight: bold;
|
||
|
font-style: normal;
|
||
|
font-display: block
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'MapleMono';
|
||
|
src: url("/fonts/MapleMono-Italic.ttf");
|
||
|
font-weight: normal;
|
||
|
font-style: italic;
|
||
|
font-display: block
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'MapleMono';
|
||
|
src: url("/fonts/MapleMono-Bolditalic.ttf");
|
||
|
font-weight: bold;
|
||
|
font-style: italic;
|
||
|
font-display: block
|
||
|
}
|