![]() |
| Home | Forums | Articles | Snippets | Experts | Marketplace |
|
|
#1 |
|
Administrator
Join Date: Oct 2008
Posts: 7
|
Instead of assigning different font properties such as font-family, font-style, font-weight, font-size, line-height and font-varient, the font property is an easy way of combining all font properties into one.
Example: HTML Code:
p{font: font-style font-variant font-weight font-size/line-height font-family;}
HTML Code:
p{font: italic small-caps bold 14px/300% courier;}
|
|
|
|