From 74e1d318da218725d450e20cb8d46e3bc5000323 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Mon, 9 Oct 2023 12:10:47 -0400 Subject: [PATCH] Adding xs mono font token. --- tokens/themes/primitives.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tokens/themes/primitives.json b/tokens/themes/primitives.json index 30221db9..80646ddc 100644 --- a/tokens/themes/primitives.json +++ b/tokens/themes/primitives.json @@ -697,6 +697,15 @@ } }, "mono": { + "xs": { + "value": { + "fontFamily": "{typography.font.families.mono}", + "fontWeight": "{typography.font.weights.2}", + "lineHeight": "{typography.font.line-height.2}", + "fontSize": "{typography.font.sizes.0}" + }, + "type": "typography" + }, "sm": { "value": { "fontFamily": "{typography.font.families.mono}",