CSS 1
property
   font Übersicht   
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
  1. font-style
  2. font-variant
  3. font-weight
  4. font-size/line-height
  5. 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;