font-family: family-name | generic-family, family-name | generic-family, ... ;
S: All
font-family: Gill, Helvetica, sans-serif;
font-family: 'Comic Sans MS', fantasy;
font-style: normal | italic | oblique;
P: NS4 S: IE4+ NS6+ O3.5+ Gecko
font-style: italic;
font-variant: normal | small-caps;
B: IE4 MacIE4 S: IE5+ MacIE5+ NS6+ O3.5+ Gecko
font-variant: small-caps;
font-weight: normal | bold | bolder | lighter | 100 | ... | 900;
P: NS4 S: IE4+ NS6+ O3.5+ Gecko
font-weight: bold;
font-size: absolute-size | relative-size | length | percentage;
S: All
font-size: 1.5em;
font-size: 150%;
font-size: 16px;
font: [font-style font-variant font-weight] font-size [/line-height] font-family;
font-weight: bold;) and then you set other properties with this complete format (font: italic 12px Verdana;), remember that the previous style is overridden by the last. You have two options: set individual property after complete format style, or use complete format only.
font: bold italic 12px Verdana;
font: 12px/14px sans-serif;
font: 80% sans-serif;
font: bold large Palatino, serif;
Page last modified 12:45, 10 Aug 2005 by Nickolay