Re-adds generic 'sans-serif' font in font-family-base

This commit is contained in:
FatCatClient 2024-02-01 15:31:13 +01:00 committed by GitHub
parent 0d03b16eec
commit 60f384d25d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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);