I always thought 12pt font was the standard. So when I saw 16pt in FireFox I freaked out and thought maybe I bumped something?!
Here is an interesting article: Relative readability
The end user should be the one that is in full control of their preferred settings. The text on your site should be able to scale according to their default font-size.
And when you set your Body Font to 0.8em you just took away some of that control. Thus my question…
There must be some “Golden Rule” for what makes a good Body Font Size?!
I bet you’d agree that 0.2em is too small and that 3em is too big for Body…
The main content needs to be set in ems or %.
Mine is.
I generally set that text at 1em which in turn sets it to the users default font-size. Now when you get into text in sidebars or other areas that are not considered main content then yes you can scale it down, but use ems or %.
I do.
Here is what I have now…
body{
background: #FFF;
font-family: Helvetica, Arial, Sans-Serif;
line-height: 1.4em;
font-size: 0.9em;
}
After reading that article above, and here: The 100% Easy-2-Read Standard, I am starting to change my opinion 180 degrees and wondering if my Font is NOT too big, but maybe okay.
They seem to stress that larger is better.
Most browsers are set somewhere around 16 out of the box. But don’t depend on that as any sort of basis though for setting your base font. Most people know how to adjust their browser font settings and I suspect that most people know how to use zoom when they need to.
Can you zoom in and out easily with other browsers like in FireFox?
I “command +” and “command -” like crazy when I’m on the web!!!
I think two of my issues with something not looking right might not be the Font Size as much as…
1.) I need to manage my White Space a tad better
2.) It sucks developing a website when you are on a 12.1" MacBook and you have about 10" W by 7" H (Well, at least nobody will ever accuse me of not “designing for above the fold”. My entire laptop is “above the fold” it is so tiny!!)
Debbie