15 lines
No EOL
377 B
SCSS
15 lines
No EOL
377 B
SCSS
@font-face {
|
|
font-family: 'Jetbrains Mono';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../fonts/JetbrainsMono/JetBrainsMono-Regular.ttf'), local('ttf');
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Space Grotesk';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../fonts/SpaceGrotesk/SpaceGrotesk-Regular.ttf'), local('ttf');
|
|
font-display: swap;
|
|
} |