Skip to content

Commit

Permalink
Post Comments Count: Add missing typography supports (#43321)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw authored Aug 19, 2022
1 parent f98126c commit 49cf0ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/block-library/src/post-comments-count/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontStyle": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
Expand Down

0 comments on commit 49cf0ab

Please sign in to comment.