Skip to content

Commit

Permalink
Post Title Block: add typography formatting options (#31623)
Browse files Browse the repository at this point in the history
* Post Title Block: add typography formatting options
  • Loading branch information
creativecoder committed Sep 15, 2021
1 parent 8406f17 commit acccef8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/block-library/src/post-title/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true
}
},
"style": "wp-block-post-title"
Expand Down

0 comments on commit acccef8

Please sign in to comment.