Skip to content

Commit

Permalink
feat(yalb-858): add new token for site-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mariannuar committed Feb 13, 2023
1 parent 72484c0 commit 2680c99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tokens/typography/font.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2680c99

Please sign in to comment.