H
Henry
G'day...
I was fighting with font sizes in css for hours and finally I've
discovered, what is going on.
Check simple code.
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Let's try some text in Times New Roman </title>
</head>
<body>
<p>Let's try some text in Times New Roman 12pt.</p>
<p><font face="Arial">And now the same text in Arial.</font></p>
<p><font face="Tahoma">And now the same text in Tahoma.</font></p>
<p><font face="Verdana">And now the same text in Verdana.</font></p>
<p> </p>
<p> </p>
</body>
</html>
I was trying to avoid to set font sizes because I've never liked Times
New Roman.
And other fonts, 12pt, are definitely bigger than Times New Roman.
IMHO, fonts comfortable for reading is the font of your menus and your
environment. Everybody are setting their screen sizes that way, so
everything has right, comfortable sizes.
When Arial, Tahoma or Verdana is used on web pages, they are bigger that
Times New Roman and that's why most designers are forced to change sizes.
These fonts are right size in 10pt if compare to Times New Roman.
I don't think that many people are adjusting size of letters in the
browser, because their browsers are set up that way, that menus and text
is in the comfortable size anyway. If fonts are 2 points bigger than
menu's fonts, that the size is perfectly OK.
Or... somewhere I'm terribly wrong.

I was fighting with font sizes in css for hours and finally I've
discovered, what is going on.
Check simple code.
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Let's try some text in Times New Roman </title>
</head>
<body>
<p>Let's try some text in Times New Roman 12pt.</p>
<p><font face="Arial">And now the same text in Arial.</font></p>
<p><font face="Tahoma">And now the same text in Tahoma.</font></p>
<p><font face="Verdana">And now the same text in Verdana.</font></p>
<p> </p>
<p> </p>
</body>
</html>
I was trying to avoid to set font sizes because I've never liked Times
New Roman.
And other fonts, 12pt, are definitely bigger than Times New Roman.
IMHO, fonts comfortable for reading is the font of your menus and your
environment. Everybody are setting their screen sizes that way, so
everything has right, comfortable sizes.
When Arial, Tahoma or Verdana is used on web pages, they are bigger that
Times New Roman and that's why most designers are forced to change sizes.
These fonts are right size in 10pt if compare to Times New Roman.
I don't think that many people are adjusting size of letters in the
browser, because their browsers are set up that way, that menus and text
is in the comfortable size anyway. If fonts are 2 points bigger than
menu's fonts, that the size is perfectly OK.
Or... somewhere I'm terribly wrong.