Old 18-11-2006, 02:42   #1 (permalink)
hawken
Cornish Pasty
 
hawken's Avatar
 
Join Date: Nov 2003
Location: Tokyo, Japan
Posts: 2,711
Send a message via MSN to hawken
100% font size

1. read this article: http://www.informationarchitects.jp/100e2r

2. what do you think about using 100% font size in general?

3. would you use 100% font size on your websites?
__________________
  Reply With Quote
Old 18-11-2006, 07:52   #2 (permalink)
freelancr
Senior Member
 
freelancr's Avatar
 
Join Date: Oct 2006
Posts: 2,180
Nice find, but it essentially reinforces what has been said before about whitespace (unless its quite old?) But to be fair I haven't used that much whitespace/font-size before. It suits articles well, but not sure if it would be too big for say a forum?

For font-sizes I use this:
Code:
body { /* font-size: 100%; 1.0em = 16px */ font-size: 62.5%; /* 1.0em = 10px */ } #content { font-size: 1.3em; /* 1.3em = 13px */ line-height: 1.6em; } p { margin: 1.6em; }

It allows the user to resize text in IE6, and makes choosing font sizes easier for me as I can still think in px. The only time it falls on its arse is if the user changed the default font of their browser to anything other than 16px.

I don't use px, "small" or % for defining the actual font sizes though, and I suppose the bonus of using a global % age for the body tag, I can then add + or - text size buttons, though I haven't needed to yet.
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8