Y
Hacker News
new
|
ask
|
show
|
jobs
by
wesleychen
1132 days 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
1 comments
lelandfe
1132 days ago
Webkit browsers have `-webkit-font-smoothing: none`. Does an equivalent exist for FF?
link
golph
1132 days ago
font-smooth: never Should be working on Firefox.
link
kalleboo
1132 days ago
caniuse says it only works on macOS
link