Home › Forums › CSS › How create in css crisp PS font style? › Re: How create in css crisp PS font style?
September 24, 2012 at 8:09 am
#110650
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.