Search code examples
javascripthtmlcssfont-face

Fonts always thicker in Firefox than Chrome regardless of font-family


I am implementing @font-face into a small experimental site of mine:

http://mutanttractor.github.com/StackOverflow-Android-Dashboard/

In Chrome the header text looks like this:

Chrome

In Firefox 3.6 and 4b12 it looks like this:

Firefox

The 2 font is of the exact same weight and size, but this occurs no matter what the face is, even if I don't use @font-face - standard system fonts display the same irregularity, has anyone else experienced this?

Not only that, the text boxes are bigger too...

I'm on OSX 10.6 ;)


Solution

  • For me, in Chrome 9 on Windows 7 (vs. FF 3.6), if I disable the "text-shadow: 1px 1px 1px black;", the font thickens and matches how FF looks.