Skip to content

Commit

Permalink
Added display tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
theadamparker committed Jan 23, 2025
1 parent 639e662 commit 2270320
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions figma-tokens/input/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,20 @@
"$type": "fontSizes",
"$value": "{fontsize.16}"
}
},
"display": {
"xxlarge": {
"$type": "fontSizes",
"$value": "{fontsize.100}"
},
"xlarge": {
"$type": "fontSizes",
"$value": "{fontsize.82}"
},
"large": {
"$type": "fontSizes",
"$value": "{fontsize.55}"
}
}
},
"lineheight": {
Expand All @@ -418,6 +432,10 @@
"heading": {
"$type": "lineHeights",
"$value": "{lineheight.110%}"
},
"display": {
"$type": "lineHeights",
"$value": "{lineheight.110%}"
}
},
"color": {
Expand Down

0 comments on commit 2270320

Please sign in to comment.