mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-05-08 15:47:31 +02:00
main.scss: attempt to fix Windows support
This commit is contained in:
parent
79ec8a28a5
commit
26ab6f6135
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user