fix: minor issues
* Fix FOUT * Set cource view per page until upstream merges fix * Set read time to to on * set page anchors
This commit is contained in:
31
sass/fonts.scss
Normal file
31
sass/fonts.scss
Normal file
@@ -0,0 +1,31 @@
|
||||
@font-face {
|
||||
font-family: 'Jetbrains Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('fonts/JetbrainsMono/JetBrainsMono-Regular.ttf'), local('ttf');
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Jetbrains Mono';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('fonts/JetbrainsMono/JetBrainsMono-Bold.ttf'), local('ttf');
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Space Grotesk';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('fonts/SpaceGrotesk/SpaceGrotesk-Regular.ttf'), local('ttf');
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Space Grotesk';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('fonts/SpaceGrotesk/SpaceGrotesk-Bold.ttf'), local('ttf');
|
||||
font-display: fallback;
|
||||
}
|
||||
Reference in New Issue
Block a user