Skip to content

Commit

Permalink
Term Description: Add missing typography supports
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw authored and andrewserong committed Aug 25, 2022
1 parent 33fa163 commit 758d812
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/block-library/src/term-description/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
Expand Down

0 comments on commit 758d812

Please sign in to comment.