mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-16 21:40:48 +01:00
Decrease font micromanagement
This commit is contained in:
parent
5e1c40a636
commit
5eca003054
@ -4,16 +4,16 @@
|
|||||||
|
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
// Our variables
|
// Our font definitions. I know system-ui is generally sans-serif, but I
|
||||||
$serif-font-family: ui-serif, "Liberation Serif", Tinos, "Times New Roman",
|
// consider that lesser evil than not letting the client OS choose its
|
||||||
serif, "Noto Emoji", "Noto Color Emoji", emoji;
|
// preferred font.
|
||||||
// Please consider this as a vote in support of https://caniuse.com/extended-system-fonts
|
$serif-font-family: ui-serif, system-ui, serif, "Noto Emoji", "Noto Color Emoji",
|
||||||
$sans-serif-font-family: ui-sans-serif, system-ui, "Comic Neue Angular",
|
emoji;
|
||||||
"Comic Neue", "Comic Sans MS", "Comic Sans", "Liberation Sans", "Arimo",
|
$sans-serif-font-family: ui-sans-serif, system-ui, sans-serif, "Noto Emoji",
|
||||||
"Arial", sans-serif, "Noto Emoji", "Noto Color Emoji", emoji;
|
"Noto Color Emoji", emoji;
|
||||||
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
|
$monospace-font-family: ui-monospace, monospace, "Noto Emoji",
|
||||||
monospace, "Noto Emoji", "Noto Color Emoji", emoji;
|
"Noto Color Emoji", emoji;
|
||||||
// Must be in the end or undefined error.
|
// Must be in the end under threat of undefined variable error.
|
||||||
$base-font-family: $sans-serif-font-family;
|
$base-font-family: $sans-serif-font-family;
|
||||||
|
|
||||||
// CSS of used Jekyll theme
|
// CSS of used Jekyll theme
|
||||||
|
Loading…
x
Reference in New Issue
Block a user