Home › Forums › CSS › [Solved] Typekit fonts much bolder in Firefox › Re: Typekit fonts much bolder in Firefox
February 28, 2013 at 4:46 am
#126422
Participant
I’m working on a project currently using 3 weights of the same font – Heavy, Medium & Roman. I had the same issue but a global “*{font-weight: normal;} ” fixed it on firefox and now all browsers render the fonts exactly the same way. I don’t like adding any weight to fonts that are already weighted.
However you’ll have an issue with fallback fonts as bold / strong will still be “normal”. However using this https://developers.google.com/webfonts/docs/webfont_loader will sort that out.