mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
Experiment system-ui without fallbacks
This commit is contained in:
parent
b222989c9d
commit
afc8d507a0
@ -5,10 +5,11 @@
|
|||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
// Our variables
|
// Our variables
|
||||||
$base-font-family: ui-serif, "Liberation Serif", Tinos, "Times New Roman", serif;
|
$base-font-family: system-ui;
|
||||||
|
//$base-font-family: ui-serif, "Liberation Serif", Tinos, "Times New Roman", serif;
|
||||||
|
//$base-font-family: ui-sans-serif, "Liberation Sans", "Arimo", "Arial", sans-serif;
|
||||||
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
|
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
|
||||||
monospace;
|
monospace;
|
||||||
//$base-font-family: ui-sans-serif, "Liberation Sans", "Arimo", "Arial", sans-serif;
|
|
||||||
|
|
||||||
// CSS of used Jekyll theme
|
// CSS of used Jekyll theme
|
||||||
@import "{{ site.theme }}";
|
@import "{{ site.theme }}";
|
||||||
|
Loading…
Reference in New Issue
Block a user