Skip to content

Commit

Permalink
Post Excerpt: Add missing typography supports (#43341)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw authored Aug 25, 2022
1 parent 2813470 commit dcfff3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/block-library/src/post-excerpt/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,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 dcfff3a

Please sign in to comment.