modern-css-reset icon indicating copy to clipboard operation
modern-css-reset copied to clipboard

Questionning `text-rendering: optimizeSpeed;`

Open Offirmo opened this issue 6 years ago • 0 comments

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

Offirmo avatar Oct 25 '19 09:10 Offirmo