What is the current rule of thumb for setting or controlling font sizes in the stylesheet?

html {
font-size: (px or em) (if any?)
}

body {
font-size: (px or em) (if any?)
}

Any IF IE adjustments for IE vs Mozilla/Safari? Part of the reason I ask is because when you use a CMS program and a custom theme, the theme commonly comes with an elaborate stylesheet that sets specific font sizes for modules or components well beyond the html, body declarations.

Also, if the them includes a font-size adjuster, would you set it to follow suit in em's or px's or disable it and let the viewer user the browser zoom function?

-Bob
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to