kontur / fontsampler-wordpress-plugin

A Wordpress plugin that let's users interactively preview and test webfonts
http://fontsampler.johannesneumeier.com
GNU General Public License v3.0
39 stars 8 forks source link

Fix Safari rendering problem for font elements that reach beyond vertical metrics limits #129

Open kontur opened 6 years ago

kontur commented 6 years ago

Very much an edge case, but Safari seems to not properly update font rendering for fonts that have elements beyond their vertical metrics.

I've attempted backface-visibility / translateZ(0) hacks to force the repaint, and that updates the beyond-the-box elements, but doing so after each keystroke seems excessive.

This might also be a wontfix issue with a documentation entry encouraging users to set more appropriate vertical metrics.