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)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
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 |
|||||||||||||||
|