Comment by kalleboo
3 years ago
This seems to be because Firefox has no way to disable text antialiasing (whereas Safari and Chrome support -webkit-font-smoothing), so Firefox is trying to antialias a pixel font which just looks weird
3 years ago
This seems to be because Firefox has no way to disable text antialiasing (whereas Safari and Chrome support -webkit-font-smoothing), so Firefox is trying to antialias a pixel font which just looks weird
Nope, I'm using Chromium.
Digging into it, it looks like the various CSS font smoothing selectors only work on macOS, not Linux or Windows.