Skip to content

Commit

Permalink
Merge pull request #906 from primer/segoe-ui-symbol
Browse files Browse the repository at this point in the history
Remove "Segoe UI Symbol" from font stack
  • Loading branch information
simurai authored Sep 23, 2019
2 parents 347e462 + 241bb6c commit 4889e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support/variables/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $lh-condensed: 1.25 !default;
$lh-default: 1.5 !default;

// Font stacks
$body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
$body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !default;

// Monospace font stack
$mono-font: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace !default;
Expand Down

0 comments on commit 4889e7a

Please sign in to comment.