Ben Dwyer
Ben Dwyer
Some quotes from that article: >Applying antialiasing instead of subpixel rendering makes the fonts less crisp >The sharpness of subpixel rendered text makes long portions of body text more readable...
If that's the case then maybe WordPress should provide it by default for all themes?
On the post editor I see: -webkit-font-smoothing: subpixel-antialiased; On the site editor I don't see any font smoothing.
When I try setting the line height of a paragraph to a custom variable, the placeholder looks like this:
What do you think of this PR which is attempting to do something similar? https://github.com/WordPress/gutenberg/pull/41696
> themes and plugins should interact with elements.text How? I don't think these values are exposed except through CSS inheritance. Should we output them as CSS variables?
> In other words, themes and plugins should interact with elements.text rather than a wp--color-text or wp--element-text even if the latter might also exist. This can be a subtle detail...
I think this would be great to add.
> Should it be documented [here](https://github.com/WordPress/gutenberg/blob/trunk/packages/edit-site/src/components/global-styles/README.md) if it's being exposed as a public API? Good idea, done!
Oops you're right, it's gone!