wowserhq / wowser

World of Warcraft in the browser using JavaScript and WebGL
MIT License
240 stars 63 forks source link

Font rendering in Firefox on OSX #121

Closed timkurvers closed 8 years ago

timkurvers commented 8 years ago

As outlined here light-on-dark font rendering on OSX is a tricky beast. We're already using -webkit-font-smoothing: antialiased for WebKit browsers.

We should consider using -moz-osx-font-smoothing: grayscale for Firefox, too.

Before

screen shot 2016-02-18 at 11 40 13

After

screen shot 2016-02-18 at 11 40 01

fallenoak commented 8 years ago

Hrm, can't say I've noticed this on FF OS X myself. Is there a trick to cause it?

timkurvers commented 8 years ago

Wait, it doesn't happen for you? :open_mouth:

fallenoak commented 8 years ago

Here's what I see on current HEAD:

screen shot 2016-02-18 at 10 19 47 am
timkurvers commented 8 years ago

Ah, interesting! :+1: Will test on a Retina display a bit later today.

timkurvers commented 8 years ago

Covered by #122.