diff --git a/tokens/_options/font.json5 b/tokens/_options/font.json5 index 5a405c73..98e36329 100644 --- a/tokens/_options/font.json5 +++ b/tokens/_options/font.json5 @@ -6,14 +6,12 @@ "serif-fallback": "\"Stuart fallback\", Georgia, serif", "sans-main": "Graphik", "sans-fallback": "\"Graphik fallback\", \"Helvetica Neue\", sans-serif", + "mono-rounded-main": "Pressura", + "mono-rounded-fallback": "\"Avenir Next\", Roboto, sans-serif", "serif": "{options.font.family.serif-main}, {options.font.family.serif-fallback}", "sans": "{options.font.family.sans-main}, {options.font.family.sans-fallback}", "mono": "SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace", - "legacy": { - "serif": "Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif", - "sans": "Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif", - "sans-condensed": "\"Roboto Condensed\", Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif" - } + "mono-rounded": "{options.font.family.mono-rounded-main}, {options.font.family.mono-rounded-fallback}", }, "style": { "normal": "normal", diff --git a/tokens/web/font.json5 b/tokens/web/font.json5 index e5cca8c2..fcec1d75 100644 --- a/tokens/web/font.json5 +++ b/tokens/web/font.json5 @@ -24,6 +24,12 @@ "docs": { "type": "font-family" } + }, + "mono-brand-font": { + "$value": "{options.font.family.mono-rounded}", + "docs": { + "type": "font-family" + } } } }