1
1
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:
simurai 2022-11-07 17:17:02 +09:00 committed by GitHub
parent ea9c1198f6
commit 5a0b9b2939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": minor
---
Add `Noto Sans` to the body font stack

View File

@ -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