Fasst Angaben zu font-style, font-variant, font-weight, font-size/(optional)line-height, font-family zusammen. Werden zu einer property keine Angaben gemacht, wird die Voreinstellung (normal,medium) verwendet.
|
Mögliche values
siehe
- font-style
- font-variant
- font-weight
- font-size/line-height
- font-family
voreingestellter Wert: keiner
|
rules (Beispiele)
p {font:12px Verdana,Helvetica,sans-serif;}
p.fettc {font:bold 12px/16px Courier;}
p.fettc_gross {font:bold 15px/1.2 Courier;}
h1 {font:italic small-caps 700 200% "New Century Schoolbook",serif;
|
|