mirror of
https://github.com/primer/css.git
synced 2024-11-26 02:38:32 +03:00
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
This commit is contained in:
parent
ea9c1198f6
commit
5a0b9b2939
5
.changeset/lucky-emus-teach.md
Normal file
5
.changeset/lucky-emus-teach.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": minor
|
||||
---
|
||||
|
||||
Add `Noto Sans` to the body font stack
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user