Skip to content

Commit

Permalink
Prefer lower case font name
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Feb 2, 2024
1 parent 44ff20b commit 2f446c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* stylelint-disable scss/dollar-variable-empty-line-before */

// Typography
$base-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
$base-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto",
"Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif !default;
$heading-font-family: $base-font-family !default;
Expand Down

0 comments on commit 2f446c7

Please sign in to comment.