Restore default font size to 1rem.

This commit is contained in:
Leo
2024-01-31 15:33:33 -06:00
parent 28e672c56c
commit 41fa1b07a6

View File

@@ -48,7 +48,7 @@ $focus-ring-opacity: .175 !default;
// Typography // Typography
$font-family-sans-serif: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; $font-family-sans-serif: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
$font-size-base: 0.9rem !default; $font-size-base: 1rem !default;
$line-height-base: 1.6 !default; $line-height-base: 1.6 !default;