diff --git a/.changeset/small-chicken-remain.md b/.changeset/small-chicken-remain.md new file mode 100644 index 000000000..83b800c71 --- /dev/null +++ b/.changeset/small-chicken-remain.md @@ -0,0 +1,5 @@ +--- +"@primer/primitives": minor +--- + +Add `Noto Sans` to the font stack diff --git a/tokens/functional/typography/typography.json b/tokens/functional/typography/typography.json index 40f05661f..c9f87c110 100644 --- a/tokens/functional/typography/typography.json +++ b/tokens/functional/typography/typography.json @@ -2,10 +2,10 @@ "": { "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"