Skip to content

Commit 8cdd1fe

Browse files
authored
change base-font-family sequence (#654)
Merge pull request 654
1 parent 6966444 commit 8cdd1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/minima/initialize.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Define defaults for each variable.
44

5-
$base-font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Symbol", "Segoe UI Emoji", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif !default;
5+
$base-font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif !default;
66
$code-font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
77
$base-font-size: 16px !default;
88
$base-font-weight: 400 !default;

0 commit comments

Comments
 (0)