Skip to content

Commit

Permalink
feat: add typography controls
Browse files Browse the repository at this point in the history
  • Loading branch information
dkjensen committed Jul 1, 2023
1 parent 6f93d22 commit 88bf21e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@
"padding": true
}
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontStyle": true,
"__experimentalFontWeight": true,
"__experimentalTextTransform": true,
"__experimentalFontFamily": true,
"__experimentalDefaultControls": {
"fontSize": true
}
},
"__experimentalBorder": {
"color": true,
"radius": true,
Expand Down

0 comments on commit 88bf21e

Please sign in to comment.