Does -webkit-font-smoothing only work on Mac browsers, Not windows?

孤街醉人 提交于 2019-11-28 02:50:20

问题


Does -webkit-font-smoothing properties only work on Mac browsers, Not windows? I'm using a Google font and try to make it smooth in Google Chrome for Windows. I found -webkit-font-smoothing: antialiased; is the solution in Google search but it's not giving any difference on my Google Chrome (Windows)


回答1:


It only works on mac, not windows because windows has a different font rendering method.

Source: http://christophzillgens.com/en/articles/-webkit-font-smoothing-reloaded



来源:https://stackoverflow.com/questions/8519768/does-webkit-font-smoothing-only-work-on-mac-browsers-not-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!