Skip to content

Commit

Permalink
Post Date: Add more typography options (#35422)
Browse files Browse the repository at this point in the history
Adds the reamining typography controls to the post date block:
font family, font style, text transform, letter spacing.
  • Loading branch information
carolinan committed Oct 7, 2021
1 parent d78b271 commit 63722c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/block-library/src/post-date/block.json
Expand Up @@ -27,7 +27,11 @@
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontWeight": true
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalLetterSpacing": true
}
}
}

0 comments on commit 63722c0

Please sign in to comment.