|
My philosophy is that font, especially size, is generally the user's perogotive, not the web author's. There are special cases when overriding the user's settings make sense, but in general use the defaults set up by the user.
If you do change size, do it in a relative manner based on the user's dafault. The user might well need a large font, either due to poor vision or a large screen (2048x1768 say). A web author who forces a font size, even 10, may well make his site unsusable.
Mozilla/Firefox partially solve this problem by allowing the user to resize text on every page. IE allows font sizes to be locked-in, and won't allow the user to change it.
-- Rich (who knows he is in a minority on this)
|