Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Typekit fonts much bolder in Firefox Re: Typekit fonts much bolder in Firefox

#126422
iknowdavehouse
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.