Merge pull request #331 from hvianna/master

Fix native font stack precedence issue on Windows systems.
This commit is contained in:
Patrick Marsceill
2020-09-11 11:48:54 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
// Typography
//
$body-font-family: -apple-system, BlinkMacSystemFont, "helvetica neue",
helvetica, roboto, noto, "segoe ui", arial, sans-serif !default;
$body-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, "Helvetica Neue", Arial, sans-serif !default;
$mono-font-family: "SFMono-Regular", Menlo, Consolas, Monospace !default;
$root-font-size: 16px !default; // Base font-size for rems
$body-line-height: 1.4 !default;