[css-d] font sizing

2006-05-23 Thread Nick Lehman
I came across this while trolling through someone's css file:

body {
 font: 62.5%/1.6em Lucida Grande, Arial, Verdana, sans-serif;
 color: #000;
 background-color: #FFF;
}

what is the intent of the size calculation 62.5%/1.6em?

-nick

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] font sizing

2006-05-23 Thread Nick Lehman
ahh...it's not math it's a separator.
Thanks

On May 23, 2006, at 11:25 AM, Shawn Lawler wrote:

 font-size / line-height

 http://www.w3schools.com/css/pr_font_font.asp

 Shawn
 

 what is the intent of the size calculation 62.5%/1.6em?

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/