我复制源代码下来在本机测试却没有这种效果,还是有锯齿。
地址:http://HdhCmsTestapple测试数据/cn/iphone/
回复讨论(解决方案)
body, input, textarea, select, button {text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-font-feature-settings: 'liga', 'kern';} 让页面里的字体变清晰:-webkit-font-smoothing
兼容:
body, input, textarea, select, button {text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-font-feature-settings: 'liga', 'kern';} 让页面里的字体变清晰:-webkit-font-smoothing
兼容:
我测试了下,不是这个属性的原因吧
-webkit-font-smoothing
这个属性只有在MacOS下才有效果,而我上面的例子在是win2003+Chrome45下看到的效果
搞定啦亲们
查看更多关于如何做出这种无锯齿字体效果?_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did109461