mirror of
https://github.com/Mikaela/cv.git
synced 2025-05-03 13:17:36 +02:00
main.scss: copy font family definitions from aminda.eu
This commit is contained in:
parent
08b51681e7
commit
1fb1a26344
@ -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",
|
||||||
"Noto Emoji", "Noto Color Emoji", emoji;
|
Arimo, 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,
|
||||||
"Noto Color Emoji", emoji;
|
monospace, "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: $serif-font-family;
|
$base-font-family: $serif-font-family;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user