Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalink
    Hey Everyone

    Wondered if some one could help. I am putting a website together at the moment and i am having some real trouble with fonts, in that when i test the page out in different browsers i.e internet explorer the font size appears to display larger, and is causing real problems, so i was wondering if anyone could shed any light on this, and if it is a well known problem, and if there is a fix for it?

    Thanks for any help

    p.s the font set i am using is: Georgia, "Times New Roman", Times, serif
    •  
      CommentAuthorTetsuo
    • CommentTimeFeb 8th 2008
     permalink
    For a start, try setting your font sizes and families in the "body" selector in your CSS:

    body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
    }
Add your comments
    Username Password
  • Format comments as (Help)