Comment by wesleychen
3 years ago
It's probably due to anti-aliasing. A similar thing happens on some versions of Windows with ClearType turned on: https://en.wikipedia.org/wiki/ClearType
3 years ago
It's probably due to anti-aliasing. A similar thing happens on some versions of Windows with ClearType turned on: https://en.wikipedia.org/wiki/ClearType
Webkit browsers have `-webkit-font-smoothing: none`. Does an equivalent exist for FF?
font-smooth: never Should be working on Firefox.
caniuse says it only works on macOS