Previous Message
Next Message

font size - what is the best approach?

Sent by Austin, Darrel on 3 August 2004 20:08


> although I think
> that there is a consensus NOT to use points for screen rendering.

Unless you prefer to use pixel sizes and also provide an on-screen font
resizing widget ;o)

Bottom line, there is no 'best' way to set the font size in a web browser.

The variables involved:

- does the end-user have a preferred font size?
- if so, have they set that in their browser?
- if not, do they know how to resize type if 
  your choice isn't readable to them?
- do you want the end-user to have more control or the
  visual designer?

The problem is that you really can't know any of the above with any amount
of certainty.

In ideal world, everyone would have taken the time to set their preferred
font size in their own browser and you could just use 100% and know that
they'd be happy. 

Lately, I've been using pixel size for the BODY tag and percentages for
everything else, then I provide an on-screen font-resizing widget. The sites
I do this on tend to be targetted more at the mass/generic user and coveres
a rather wide gamut of skill sets and accessibility needs.

-Darrel
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: