|
Tailslide -> RE: Font size on a site (3/6/2008 3:36:32)
|
As Dave says - don't use PTs or PXs for fonts on the web. Leave it up to the user whether they make the font bigger or smaller. I tend to declare a font size of 100% on the body rule in the stylesheet and then a further rule of 76% for the main containing div which sets about "normal" font-size for the whole page. You can then increase or decrease the % on individual elements as required. You do obviously have to check that when users increase the font size in their browsers it doesn't break the layout - but, from a quick look at your site it looks ok.
|
|
|
|