main.scss: attempt to fix Windows support

This commit is contained in:
Aminda Suomalainen 2025-04-09 11:42:13 +03:00
parent 79ec8a28a5
commit 26ab6f6135
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -8,13 +8,13 @@
// fonts to my eyes, so I won't bother commenting them here.' // fonts to my eyes, so I won't bother commenting them here.'
$serif-font-family: $serif-font-family:
ui-serif, "Roboto Serif", "Noto Serif", Tinos, serif, "Noto Emoji", ui-serif, "Roboto Serif", "Noto Serif", Tinos, serif, "Noto Emoji",
"Noto Color Emoji", emoji; "Noto Color Emoji", "Segoe UI Emoji", emoji;
$sans-serif-font-family: $sans-serif-font-family:
ui-sans-serif, "Roboto Flex", Roboto, "Noto Sans", Arimo, sans-serif, ui-sans-serif, "Roboto Flex", "Segoe UI Variable", Roboto, "Noto Sans", Arimo,
"Noto Emoji", "Noto Color Emoji", emoji; sans-serif, "Noto Emoji", "Noto Color Emoji", "Segoe UI Emoji", emoji;
$monospace-font-family: $monospace-font-family:
ui-monospace, "Roboto Mono", "Noto Mono", Cousine, monospace, "Noto Emoji", ui-monospace, "Roboto Mono", "Segoe UI Mono", "Noto Mono", Cousine, monospace,
"Noto Color Emoji", emoji; "Noto Emoji", "Noto Color Emoji", "Segoe UI 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;