Skip to content

Commit 5a0b9b2

Browse files
authored
Add Noto Sans to the body font stack (#2300)
* Add `Noto Sans` to the font stack To better support Linux. * Create lucky-emus-teach.md
1 parent ea9c119 commit 5a0b9b2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/lucky-emus-teach.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": minor
3+
---
4+
5+
Add `Noto Sans` to the body font stack

src/support/variables/typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $lh-condensed: 1.25 !default;
3232
$lh-default: 1.5 !default;
3333

3434
// Font stacks
35-
$body-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !default;
35+
$body-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' !default;
3636

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

0 commit comments

Comments
 (0)