Skip to content

Commit e03c7fd

Browse files
simurailangermank
andauthored
Add Noto Sans to the font stack (#385)
* Add `Noto Sans` to the font stack * Create small-chicken-remain.md Co-authored-by: Katie Langerman <langermank@github.com>
1 parent 94477cf commit e03c7fd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/small-chicken-remain.md

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

tokens/functional/typography/typography.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"<namespace>": {
33
"fontStack": {
44
"system": {
5-
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'"
5+
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'"
66
},
77
"sansSerif": {
8-
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'"
8+
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'"
99
},
1010
"monospace": {
1111
"value": "ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace"

0 commit comments

Comments
 (0)