This is a discussion on "Optimum text size?" within the Web Page Design section. This forum, and the thread "Optimum text size? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Optimum text size?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Optimum text size?
I am wondering if there is an optimum font size or browser setting that is usually designed to? I am trying to make my site as compatable as possible for all settings, so even if a user uses larger or smaller font sizes in their browser the page is clearly legable. But even so, i have to design for the 'average' user, as you do for resolution and so forth. So i guess my question is, which is the 'average' setting of a users browser to display font size? Currently im going with 'medium' as thats IE default, im not sure about FF (which i normally design to, but im at work
Thanks in advance. |
|
#2
|
|||
|
|||
|
Re: Optimum text size?
Really depends, but using em's is never a bad approach. While IE limits the availability of font sizes the other browsers do not and FF itself has far more sizing options available to the user using a key stroke or like IE the scroll wheel on a mouse, however in Firefox 3 the zoom features zooms the entire page and not just type sizes.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Optimum text size?
Well the default size on FF3 is 16 points, but obviously you can alter it to taste through CSS. However, you can't second guess a persons preference so for general text enclosed in a <p> tag, I'd go for a 10 point size.
|
|
#4
|
|||
|
|||
|
Re: Optimum text size?
10 point may generally be a bit small and using fixed values such as pt and px are not necessarily the best approach. 0.85, 0.9em etc are generally safe best depending on your layout scheme etc.
Just keep in mind css is overridden easily. User set styles override everything except items with "!important", inline overrides linked etc...
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#5
|
|||
|
|||
|
Re: Optimum text size?
Yes, you are completely correct there. I don't use em's very often so I couldn't comment on the best approach with them (I'm going to experiment now). I just try to set a happy medium size for all and if people want to adjust, override etc, then they are welcome to do so. However, does the average user (unless sight impaired) change their default setting often? I'm not being awkward or argumentative, just curious (as I don't)!
|
|
#6
|
|||
|
|||
|
Re: Optimum text size?
Generally I think most users don't modify the font sizes, the advantage to using say em over px is if you use a fixed value IE won't resize it at all. And em based fonts are proportionate to the container so they scale well if needed.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#7
|
|||
|
|||
|
Re: Optimum text size?
Ah, I see. I'll remember that in future. Thanks very much for the info!
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Text Size | crackafaza | Website Planning | 7 | Aug 6th, 2007 15:18 |
| CSS text size | agibbs1983 | Web Page Design | 4 | Sep 5th, 2006 18:51 |
| Text Size Issue in IE | GregJ | Web Page Design | 5 | Nov 10th, 2005 04:01 |
| Text Size | MajorTom | Web Page Design | 8 | Jun 14th, 2005 13:08 |
| text size | dannygoor | Web Page Design | 6 | Jan 9th, 2004 17:24 |