font:100 1.1em/37px Tahoma, Helvetica, Sans-serif;
What does the 100 mean? font-weight? What does the 1.1em mean? line-height? And 37px? font-size?
|
feedback
|
|
You're right on the font weight, but | |||||
feedback
|
|
Here is a cool font shorthand cheat sheet which can be found here.
So in your example, 100 is the font-weight, 1.1em is the font-size, and 37px is the line-height. | ||||
|
feedback
|
|
Its short hand. http://htmlhelp.com/reference/css/font/#font Basically its setting the font size, then family. | |||
|
feedback
|