-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark the font size support flag as stable #25695
Conversation
Size Change: -16 B (0%) Total Size: 1.18 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 from me! Tested locally and its working as expected 😍 .
Amazing @youknowriad !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Probably needs rebased before this can be merged
I'm not against merging this to keep moving. But as Q notes, the font size picker really needs love. It's entirely broken in the theme I'm working on: Those aren't even that big font sizes. It seems we should either elide the text, or revisit the idea of showing the rendered size entirely. A 96px font size sounds crazy, but it's quite easy to get up there and beyond inside a decorative Cover block. |
|
These are good points but it's completely unrelated to this PR. That component is already rendering like that on master with or without this support flag. |
bc51dcc
to
d911b31
Compare
Similar to #25694
With this PR, third-party block authors using the "light block wrapper" will be able to add font-size support with a single line of code to their custom blocks.