Reputation: 93
I'm trying to replicate the photoshop font "Smooth" option using HTML/CSS. Any ideas on how I can achieve this?
Here is the text in Photoshop: (20 px Tahoma Smooth)
Here is the same text in HTML: (20 px Tahoma)
Thanks!!
Upvotes: 1
Views: 2129
Reputation: 984
You can use webkit fonts to have more control over your text.
Font anti-aliasing is handled by the rendered not the code unfortunately. The OS and/or browser in this case.
I recommend checking out Typekit, Fonts.com or Google Fonts to explore some options here. If you have the font licenses something like cufon may also be a good idea.
Upvotes: 2