|
Posted by Chaddy2222 on 08/10/06 06:35
Luigi Donatello Asero wrote:
> Hello,
Hi.
> I am wondering whether there is a way to set a min font-size.
> Let´s say that I set
> font-size: smaller; for a certain table class, how would I prevent the
> text from being so little that they cannot be read on a narrow computer
> screen?
> Could I set a min font-size?
> Or perhaps had I better provide a link to another page with a large table?
>
Hmmmm.
I as a rule of thumb would use font-size set to medium, to make it
readable, it's worth mentioning though that font-size set to "smaller"
is generally harder to read.
Though it would be better not to use the font-size tags in HTML at all,
define them as a % in your CSS file. Just set it at 100% and be done
with it, a user *should* be able to read your font at 100%, unless they
have the default set at a rediculously small font size, also use 90%
for smaller font and something like 120% for <h1> and slightly smaller
for the other headings.
--
Regards Chad. http://freewebdesign.cjb.cc
Navigation:
[Reply to this message]
|