Skip to content

Commit

Permalink
Add font weights
Browse files Browse the repository at this point in the history
  • Loading branch information
itsamoreh committed Nov 27, 2023
1 parent 1f910d4 commit 1ca770e
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,12 @@
"spacing": {
"spacingSizes": [
{
"name": "Extra Extra Small",
"name": "Tiny",
"size": "4px",
"slug": "tiny"
},
{
"name": "XXSmall",
"size": "8px",
"slug": "xx-small"
},
Expand Down Expand Up @@ -115,6 +120,16 @@
"name": "Extra Large",
"size": "64px",
"slug": "x-large"
},
{
"name": "XXLarge",
"size": "96px",
"slug": "xx-large"
},
{
"name": "Huge",
"size": "128px",
"slug": "huge"
}
],
"units": ["%", "px", "em", "rem", "vh", "vw"]
Expand All @@ -125,7 +140,7 @@
"fontStyle": false,
"fontWeight": true,
"letterSpacing": false,
"lineHeight": false,
"lineHeight": true,
"textDecoration": false,
"fontFamilies": [
{
Expand Down

0 comments on commit 1ca770e

Please sign in to comment.