treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Bad Font in Mozilla but not in IE or Safari

  • Hi to you all...

    I'm trying to choose a good font for a web-site but I see that using the <h5> tag the font looks good in IE and in Safari but it looks so bad in Mozilla!! Anyone of you can give some tip about this 'problem', I used to thought Mozilla was the best...

    BTW strange thing is that if I use the <p> tag the same font looks good in Mozilla..why not with the <h5> tag?

    Thanks!!!
  • h5 {
    font-weight: normal;
    }
  • Thanks so much!! :)