|
Posted by Bergamot on 09/21/07 22:35
windandwaves wrote:
>> > http://www.winsborough.co.nz/our-staff/
>
> I changed all the font-sizes to em and %
OMG :-(
body {
font-size: 62.5%;
}
li, p, h1, h2, h3, td {
font-size: 1.3em;
}
Do you have any idea what this does when the user sets a minimum
font-size in their browser? The ridiculous 62.5% is ignored, and the
rendered font ends up a ridiculous 1.3em of the minimum, which is
stupidly large.
I don't know who started this crap, but it is an incredibly stupid
practice. Leave the bloody font at 100%!
--
Berg
Navigation:
[Reply to this message]
|