mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 20:19:32 +01:00
main.css: allow fallback from ui-serif to system-ui to the usual list
I have a small suspicion Android might not handle ui-serif and this is the place I am going to test it. Anyway modern devices are going to use ui-serif and if it fails, system-ui might also fail, and then it's back to my expected font set.
This commit is contained in:
parent
3db1fd4d94
commit
45c131d300
@ -5,8 +5,9 @@
|
|||||||
@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: ui-serif, system-ui, "Liberation Serif", Tinos,
|
||||||
//$base-font-family: ui-sans-serif, "Liberation Sans", "Arimo", "Arial", sans-serif;
|
"Times New Roman", serif;
|
||||||
|
//$base-font-family: ui-sans-serif, system-ui, "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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user