|
Posted by ironcorona on 11/25/76 11:49
Jud McCranie wrote:
> Thanks, that worked. Just guessing, I replaced:
> 10pt -> 40%
> 12pt -> 50%
> 16pt -> 80%
> 18pt -> 90%
>
> The 40% is way too small. I can experiment around with it a little,
> but are there any guidelines for the percentages?
If you're using percentages this way just set all font to 100%.
Something like
body {font-size:100%;}
This way the user gets to choose the size of the font.
What you see as 40% others might not see. I think the default of Serif
fonts in many browsers is 16pt but this can be changed and is subject to
personal preference. Don't equate pt sizes to % because you can't know
what it's going to be a percent of, in terms of the user.
> Is > 100% allowed?
yes
--
Brian O'Connor (ironcorona)
Navigation:
[Reply to this message]
|