Skip to content

Commit

Permalink
Add Noto Sans to the font stack (#385)
Browse files Browse the repository at this point in the history
* Add `Noto Sans` to the font stack

* Create small-chicken-remain.md

Co-authored-by: Katie Langerman <[email protected]>
  • Loading branch information
simurai and langermank committed Nov 17, 2022
1 parent 8c890ac commit 5fb7338
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-chicken-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/primitives": minor
---

Add `Noto Sans` to the font stack
4 changes: 2 additions & 2 deletions tokens/functional/typography/typography.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"<namespace>": {
"fontStack": {
"system": {
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'"
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'"
},
"sansSerif": {
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'"
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'"
},
"monospace": {
"value": "ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace"
Expand Down

0 comments on commit 5fb7338

Please sign in to comment.