Add font size control for heading block#21431
Conversation
|
Size Change: +6 B (0%) Total Size: 889 kB
ℹ️ View Unchanged
|
2f2a1a4 to
43e94ca
Compare
youknowriad
left a comment
There was a problem hiding this comment.
Small PR, big feature :P
43e94ca to
c947ffa
Compare
The best ones! |
|
@nosolosw Is there a way to define different preset values for different blocks? For example, is it possible to have the preset size values of the Heading block different than the preset size values of the Paragraph block? Currently, the Large and Huge values for the Heading Block are smaller than their default one, which is surprising for the user. |
That's on the roadmap, but it's not yet implemented.
This is something that is theme-specific, so it depends on the font-sizes themes add + how they decide to style the heading elements that don't have any style assigned yet (the default). I've checked TwentyNineteen and TwentyTwenty and both seem to do what you report. Were those the themes you tested? If so, perhaps it's best to search and comment on their issue tracker (twenty-nineteen, twenty-twenty). I hope this is helpful! |
Depends on #21428 which should land first.
This PR adds support for font-sizes at the heading block by leveraging the font size support key recently landed at #21153
How to test