2013-04-25 76 views
0

有什么方法可以在大字体中使用抗锯齿?如何在字体中使用抗锯齿

小提琴:在为例使用此代码http://jsfiddle.net/Chead/HX5nv/

IM:

<span style="font-size: 70px; font-family: arial; font-weight: bold;"> 
    Im a CLEAN text bold! 
</span> 
+0

http://stackoverflow.com/questions/11459746/css3-webfont-smoothing-and-antialiasing-in -firefox和歌剧 – minopret 2013-04-25 17:17:45

回答

0

看起来抗锯齿我在IE10。浏览器之间的字体渲染一直不一致。

如果您使用Chrome浏览器(或其他WebKit浏览器),你可以添加以下:

-webkit-font-smoothing: antialiased;