1

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)

enter image description here

Here is the same text in HTML: (20 px Tahoma)

enter image description here

Thanks!!

4

1 回答 1

2

您可以使用 webkit 字体来更好地控制您的文本。

不幸的是,字体抗锯齿由渲染而不是代码处理。在这种情况下,操作系统和/或浏览器。

我建议您查看TypekitFonts.comGoogle Fonts来探索这里的一些选项。如果您有字体许可证,则 cufon之类的东西也可能是个好主意。

于 2013-05-17T02:44:23.233 回答