Skip to content

Commit

Permalink
Fix system font rendering in Chrome on macOS/OS X (mmistakes#1290)
Browse files Browse the repository at this point in the history
Use `BlinkMacSystemFont` instead of private font name.

Closes mmistakes#1289
  • Loading branch information
tony-ho authored and mmistakes committed Oct 3, 2017
1 parent 309bd97 commit 7b4100a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/minimal-mistakes/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $indent-var : 1.3em !default;

/* system typefaces */
$serif : Georgia, Times, serif !default;
$sans-serif : -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
$sans-serif : -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
$monospace : Monaco, Consolas, "Lucida Console", monospace !default;

/* sans serif typefaces */
Expand Down

0 comments on commit 7b4100a

Please sign in to comment.