hi,
AFAIK _ist_ die reihenfolge bei der zusammenfassung verschiedener font-eigenschaften unter font vorgeschrieben
hm, oder doch nicht?
http://www.w3.org/TR/CSS21/fonts.html#font-shorthand
p { font: normal small-caps 120%/120% fantasy }
[this] rule sets the 'font-variant' ('small-caps'), the 'font-size' (120% of the parent's font), the 'line-height' (120% times the font size) and the 'font-family' ('fantasy'). It follows that the keyword 'normal' applies to the two remaining properties: 'font-style' and 'font-weight'.
gruss,
wahsaga