We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d53d0 commit 7827399Copy full SHA for 7827399
src/sass/_fonts.scss
@@ -230,10 +230,10 @@
230
src: url('/fonts/Novela/novela-displayitalic-webfont.woff2') format('woff2');
231
}
232
233
-$header: Pangaia, sans-serif;
+$header: Pangaia, serif;
234
$body: Eiko, serif;
235
-$ui: Fraktion, Rubik, sans-serif;
236
-$special: Pangaia, Novela, sans-serif;
+$ui: Fraktion, sans-serif;
+$special: Pangaia, sans-serif;
237
$code: FiraCode, monospace;
238
239
// calculated with https://fluidtypography.com/, 414-1280px viewport width
0 commit comments