Andy-set-studio / modern-css-reset

A bare-bones CSS reset for modern web development.

Home Page:https://hankchizljaw.com/wrote/a-modern-css-reset/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questionning `text-rendering: optimizeSpeed;`

Offirmo opened this issue · 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