Skip to content

Commit

Permalink
Group: Add missing typography supports (#43308)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Aug 19, 2022
1 parent 949feb3 commit b2fec2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/block-library/src/group/block.json
Expand Up @@ -56,10 +56,12 @@
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontStyle": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
Expand Down

0 comments on commit b2fec2a

Please sign in to comment.