0

Here's the Firefox (Gecko) screenshot [full size]:

Firefox screenshot.

And here's the Epiphany (WebKit) screenshot [full size]:

Epiphany screenshot.

Is there anything I can do to make it look nice in Firefox (Gecko)?

David Alber
  • 17,624
  • 6
  • 65
  • 71
trusktr
  • 44,284
  • 53
  • 191
  • 263

2 Answers2

0

I'm not sure what you have in your CSS, but one thing you should make sure to do is define all of your font sizes proceeding your master body reset in em's. If this doesn't work try the letter-spacing CSS property and test in both browsers.

Hopefully these will work!

As a last resort you can try running the orignal font through fontsquirrel again and try different settings since FF and Chrome are potentially using two different font types.

Good luck!

The John Smith
  • 431
  • 3
  • 10
0

That looks likea downloadable font, yes? Are you using it to style bold text but not telling the browser it's a bold font, causing the browser to apply synthetic bolding? With a font like that synthetic bolding will NOT work well, obviously.

Boris Zbarsky
  • 34,758
  • 5
  • 52
  • 55