0

Is there any way to use anti aliasing in big fonts?

fiddle: http://jsfiddle.net/Chead/HX5nv/

im using this code in exemple:

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

1 回答 1

0

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

如果您使用的是 Chrome(或其他 Webkit 浏览器),请尝试添加以下内容:

-webkit-font-smoothing: antialiased;
于 2013-04-25T17:18:29.303 回答