Re-adds generic 'sans-serif' font in font-family-base
This commit is contained in:
parent
0d03b16eec
commit
60f384d25d
|
@ -58,7 +58,7 @@ $theme-is-dark: false !default;
|
||||||
}
|
}
|
||||||
|
|
||||||
$font-family-base: system-ui, -apple-system, "Segoe UI", Roboto,
|
$font-family-base: system-ui, -apple-system, "Segoe UI", Roboto,
|
||||||
"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
|
"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",sans-serif
|
||||||
"Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji",
|
"Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji",
|
||||||
OpenMoji;
|
OpenMoji;
|
||||||
body{
|
body{
|
||||||
|
|
Loading…
Reference in New Issue