Forum Moderators: not2easy
From a designers point of view, you can get round it by using percent or ems for fonts. For users you can select the accessibility button in internet options dialog (tools > internet options)and tick the ignore font sizes box. Or pick a Better [opera.com] Browser [mozilla.org] :)
body {
font-size: 80%;
}
h1 {
font-size: 1.6em;
}
h2 {
font-size: 1.3em;
}