assets/main.scss: mess up with fonts once again

This commit is contained in:
Aminda Suomalainen 2024-08-03 13:57:15 +03:00
parent 85d83b4e94
commit 19140957d7
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -4,15 +4,14 @@
@charset "utf-8"; @charset "utf-8";
// Our font definitions. I know system-ui is generally sans-serif, but I // Font specifications. I keep changing my mind on what are the most pleasant
// consider that lesser evil than not letting the client OS choose its // fonts to my eyes, so I won't bother commenting them here.'
// preferred font. $serif-font-family: ui-serif, "Roboto Serif", "Noto Serif", Tinos, serif,
$serif-font-family: ui-serif, system-ui, serif, "Noto Emoji", "Noto Color Emoji", "Noto Emoji", "Noto Color Emoji", emoji;
emoji; $sans-serif-font-family: ui-sans-serif, Roboto, "Noto Sans", Arimo, sans-serif,
$sans-serif-font-family: ui-sans-serif, system-ui, sans-serif, "Noto Emoji", "Noto Emoji", "Noto Color Emoji", emoji;
"Noto Color Emoji", emoji; $monospace-font-family: ui-monospace, "Roboto Mono", "Noto Mono", Cousine,
$monospace-font-family: ui-monospace, monospace, "Noto Emoji", monospace, "Noto Emoji", "Noto Color Emoji", emoji;
"Noto Color Emoji", emoji;
// Must be in the end under threat of undefined variable 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;