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,
|
||||
"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",
|
||||
OpenMoji;
|
||||
body{
|
||||
|
@ -72,4 +72,4 @@ body{
|
|||
}
|
||||
}
|
||||
|
||||
@include table-row-variant(active, $table-active-bg);
|
||||
@include table-row-variant(active, $table-active-bg);
|
||||
|
|
Loading…
Reference in New Issue