Skip to content

Commit

Permalink
Headings block: add support for font weight (#27639)
Browse files Browse the repository at this point in the history
* enabled experimental font weight
  • Loading branch information
MaggieCabrera authored May 21, 2021
1 parent 2db0d5c commit 6891aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/heading/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"fontSize": true,
"lineHeight": true,
"__experimentalSelector": "h1,h2,h3,h4,h5,h6",
"__experimentalFontWeight": true,
"__unstablePasteTextInline": true
},
"editorStyle": "wp-block-heading-editor",
Expand Down

0 comments on commit 6891aec

Please sign in to comment.