HTML字体前卫和像素化

时间:2012-05-09 23:36:55

标签: html fonts smooth

我在H1标签上使用了Verdana,Arial,Helvetica,sans-serif字体属性 以下是它的呈现方式 如果你仔细观察它,它看起来非常前卫/像素化。有没有办法让它顺畅呢?

enter image description here

更新:使用mingos解决方案进行渲染。

enter image description here

1 个答案:

答案 0 :(得分:2)

您的操作系统/浏览器应该注意这一点。我假设您正在使用Windows XP并关闭ClearType,或者您的浏览器忽略操作系统的抗锯齿设置(例如:Disable Cleartype (text anti-aliasing) in IE9)。您无法在Web应用程序中控制它,因为CSS无法影响浏览器的文本呈现。