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)
相关问题
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
- jQuery hover to slide?
- Issue with star rating css
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