Skip to content

Commit

Permalink
Quote: Add missing typography supports
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Aug 26, 2022
1 parent f68ec14 commit 94f797d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/block-library/src/quote/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,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,
"fontAppearance": true
Expand Down

0 comments on commit 94f797d

Please sign in to comment.