Skip to content

Commit

Permalink
Post Navigation Link: Add missing typography supports (#43344)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Aug 23, 2022
1 parent 2ec59f3 commit 1d944a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/block-library/src/post-navigation-link/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontStyle": true,
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
Expand Down

0 comments on commit 1d944a1

Please sign in to comment.