Skip to content

Commit

Permalink
feat(data): 1. Update values of global.lineheights.
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Feb 12, 2024
1 parent 32ca311 commit 36c6f49
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions data/tokens/origin.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,15 +273,18 @@
"lineHeights": {
"300": {
"value": "100%",
"type": "lineHeights"
"type": "lineHeights",
"description": "For components where space is tight"
},
"400": {
"value": "120%",
"type": "lineHeights"
"value": "125%",
"type": "lineHeights",
"description": "For headings"
},
"500": {
"value": "160%",
"type": "lineHeights"
"value": "150%",
"type": "lineHeights",
"description": "For body and components"
}
},
"fontFamilies": {
Expand Down

0 comments on commit 36c6f49

Please sign in to comment.