Fix native font stack precedence issue on Windows systems.

This commit is contained in:
Henrique Vianna
2020-06-01 14:35:15 -03:00
parent 5915b2fef5
commit 7cfc63e138
3 changed files with 3 additions and 3 deletions

View File

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