Skip to content

Commit

Permalink
Add Noto Sans to the font stack
Browse files Browse the repository at this point in the history
To better support Linux.
  • Loading branch information
simurai authored Nov 1, 2022
1 parent 6cf2c06 commit e988461
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 @@ -32,7 +32,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' !default;
$body-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !default;

// Monospace font stack
// Note: SFMono-Regular needs to come before SF Mono to fix an older version of the font in Chrome
Expand Down

0 comments on commit e988461

Please sign in to comment.