You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
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;
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
The text was updated successfully, but these errors were encountered: