Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How create in css crisp PS font style? Re: How create in css crisp PS font style?

#110650
Kitty Giraudel
Participant

text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;

There is also a trick with text-shadow, but I don’t know if it has been fixed or not.