WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.48k stars 4.18k forks source link

Typography: Add "Text shadow" support #47904

Open burnuser opened 1 year ago

burnuser commented 1 year ago

What problem does this address?

Using text in cover block is always a question of contras between foreground (= text) and background (= image). Of course, using the overlay is one option. But if you want the image visible without any filter in it's whole brilliant colorspace, the overly is a problem. And if the image has very dark and very bright zones - especially with Fixed background - , you have a problem with text contrast. grafik

What is your proposed solution?

Using CSS text-shadow with X/Y=0, but some pixels for BLUR would work with every background and text color: grafik

annezazu commented 3 months ago

Another +1 for text shadow support for heading and paragraph blocks in https://github.com/WordPress/gutenberg/issues/62962

HatlerRyan commented 2 months ago

+1 for this basic feature.

The more I use Gutenberg, the more I realize I was better off with unoptimized but feature complete page builders, then going back and optimizing the site. Now I'm having to code half the damn site myself.