Hacker News new | ask | show | jobs
by __jonas 744 days ago
Ah interesting I see, I guess the webkit vendor prefix explains why I'm not seeing this on Firefox
1 comments

> I guess the webkit vendor prefix explains why I'm not seeing this on Firefox

Yes, Firefox has `-moz-osx-font-smoothing`. Which's name at least makes it clear that it -- like `-webkit-font-smoothing` -- only works on OSX (AFAIK).