Is possible to create a same crisp PS font style in CSS3?
Thanks!
@brunobatista What do you mean? What sort of style are you talking about?
I think @brunobatista wants to know if there is a CSS property to make the font crisp, as opposed to sharp, strong and smooth just like Photoshop.
I think there is no way that this is possible, there certainly isn't a CSS property to make it crisp.
Other than using vector fonts...probably not.
This is interesting though: http://blog.typekit.com/2011/01/26/css-properties-that-affect-type-rendering/
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.
@watson90 After looking back at this again, I think @hugogiraudel has the answer.
@hugoGiraudel - Nice snippet, will be helpful for the future :)
Is possible to create a same crisp PS font style in CSS3?
Thanks!
@brunobatista What do you mean? What sort of style are you talking about?
I think @brunobatista wants to know if there is a CSS property to make the font crisp, as opposed to sharp, strong and smooth just like Photoshop.
I think there is no way that this is possible, there certainly isn't a CSS property to make it crisp.
Other than using vector fonts...probably not.
This is interesting though: http://blog.typekit.com/2011/01/26/css-properties-that-affect-type-rendering/
There is also a trick with text-shadow, but I don't know if it has been fixed or not.
@watson90 After looking back at this again, I think @hugogiraudel has the answer.
@hugoGiraudel - Nice snippet, will be helpful for the future :)