Forum Moderators: not2easy
I want to recommend to people what is the absolute minimum font size they should be using on their website - I reckon about 11px.
Some web users don't realise that they can adjust the font size so I don't want it to be too small when the page loads up.
I've been hunting around the web for info about this but I can't find any...
Anyone know of any studies about this or have any thoughts of their own?
BTW I have poor eyesight so have a tendency to enlarge fonts on sites that go any smaller.
Debs
One thing to watch out for: IE has a different idea of what "small" is, compared to every other browser!
If you're specifying CSS font sizes by name (i.e. "small", "x-small", etc) IE works one step down from other browsers. IE "small" is actually "medium" in other browsers, "x-small" is actually "small", and so on.
Some sites that have average-sized text in IE will have quite small text in the other browsers for this reason.
Personally I use percentages and EMs, as browser support is pretty much consistent.
Graphic designers, though, will want to control the appearance of every element. They'd often be happiest if the web page was one fixed image that no browser could change. A talented graphic designer can often come up with stunning pages, but these often suffer when viewed in a different way than the designer intended, e.g., at higher resolution that shrinks everything. I've seen some fonts that are so small as to be unreadable - clearly the designer was working under different conditions.
Striking the right balance is the tricky part. ;)
And, of course, don't get carried away - small fonts will be REALLY small on a high res display. And sharp or not, they'll still be difficult to read - be sure to use those ALT tags!)