mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
main.scss: specify emoji fonts desired
This commit is contained in:
parent
3ef1962984
commit
78bc1d117c
@ -6,13 +6,19 @@
|
|||||||
|
|
||||||
// Our variables
|
// Our variables
|
||||||
$serif-font-family: ui-serif, "Liberation Serif", Tinos, "Times New Roman",
|
$serif-font-family: ui-serif, "Liberation Serif", Tinos, "Times New Roman",
|
||||||
serif, emoji;
|
serif, "Noto Emoji", "Noto Color Emoji", emoji;
|
||||||
// I would like to use system-ui as a fallback, but it just is too
|
// I would like to use system-ui as a fallback, but it just is too
|
||||||
// inconsistent. Refer to https://caniuse.com/extended-system-fonts
|
// inconsistent. Refer to https://caniuse.com/extended-system-fonts
|
||||||
$sans-serif-font-family: ui-sans-serif, "Liberation Sans", "Arimo", "Arial",
|
$sans-serif-font-family:
|
||||||
sans-serif;
|
ui-sans-serif,
|
||||||
|
"Liberation Sans",
|
||||||
|
"Arimo",
|
||||||
|
"Arial",
|
||||||
|
sans-serif "Noto Emoji",
|
||||||
|
"Noto Color Emoji",
|
||||||
|
emoji;
|
||||||
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
|
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
|
||||||
monospace, emoji;
|
monospace, "Noto Emoji", "Noto Color Emoji", emoji;
|
||||||
// Must be in the end or undefined error.
|
// Must be in the end or undefined error.
|
||||||
$base-font-family: $sans-serif-font-family;
|
$base-font-family: $sans-serif-font-family;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user