Skip to content

Commit

Permalink
Comments Content: Add missing typography support (#43257)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Aug 17, 2022
1 parent dc22d7f commit 36924c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/block-library/src/comment-content/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalLetterSpacing": true
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
},
"spacing": {
"padding": [ "horizontal", "vertical" ],
Expand Down

0 comments on commit 36924c9

Please sign in to comment.