Skip to content

Commit

Permalink
font weight labels updated to w3c types
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Jan 12, 2024
1 parent 24238e1 commit 31ad302
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tokens/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,31 +391,31 @@
},
"weight": {
"300": {
"value": "Light",
"value": "light",
"type": "fontWeights"
},
"400": {
"value": "Regular",
"value": "regular",
"type": "fontWeights"
},
"500": {
"value": "Medium",
"value": "medium",
"type": "fontWeights"
},
"600": {
"value": "Semi Bold",
"value": "semi-bold",
"type": "fontWeights"
},
"700": {
"value": "Bold",
"value": "bold",
"type": "fontWeights"
},
"800": {
"value": "Extra Bold",
"value": "extra-bold",
"type": "fontWeights"
},
"900": {
"value": "Black",
"value": "black",
"type": "fontWeights"
}
},
Expand Down

0 comments on commit 31ad302

Please sign in to comment.