modern-css-reset
modern-css-reset copied to clipboard
Questionning `text-rendering: optimizeSpeed;`
Hi, thanks for your incredible blog post, thanks for sharing!
I actually maintain my own, private use css reset* se I'm always happy to learn new techniques.
I tried your text-rendering: optimizeSpeed;, interested by the speed justification.
However, when testing it, it dramatically dropped the legibility on Chrome latest. Worst, it suppressed the automatic computing of weight variations of a woff2 font from google font, making font-weight useless!
I promptly put back text-rendering: optimizeLegibility;
Just wanted to share this experience.
*https://github.com/Offirmo/offirmo-monorepo/tree/master/2-advanced/view-css in case you're curious