Monday, August 24, 2009

Font shorthand

font-weight: normal;
font-style: italic;
font-size: 12px;
font-family: arial;

this above rule you can wrile as below

font: normal italic 12px arial;

You must have rule for both the font-size and the font-family.

No comments:

Post a Comment