From 2680c993d88bb7b7683ee753c89bfbc24247191f Mon Sep 17 00:00:00 2001 From: mariannuar Date: Mon, 13 Feb 2023 10:24:26 -0600 Subject: [PATCH] feat(yalb-858): add new token for site-mobile --- tokens/typography/font.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tokens/typography/font.yml b/tokens/typography/font.yml index 8b93a19..1cb9128 100644 --- a/tokens/typography/font.yml +++ b/tokens/typography/font.yml @@ -239,6 +239,12 @@ font: family: "{ fontFamilies.yalenew.value }" weight: "{ font.weights.yalenew-roman.value }" value: "{ font.style.branding.site.weight } { font.style.branding.site.size }/{ font.style.branding.site.line-height } { font.style.branding.site.family }" + site-mobile: + size: "{ font.scale.20-24.value }" + line-height: "1" + family: "{ fontFamilies.yalenew.value }" + weight: "{ font.weights.yalenew-roman.value }" + value: "{ font.style.branding.site-mobile.weight } { font.style.branding.site-mobile.size }/{ font.style.branding.site-mobile.line-height } { font.style.branding.site-mobile.family }" spacing: paragraph: value: "1em"