font屬性設(shè)置字體順序?
對(duì)font的定義參數(shù)必須按照如下的排列順序。每個(gè)參數(shù)僅允許有一個(gè)值。忽略的將使用其參數(shù)對(duì)應(yīng)的獨(dú)立屬性的默認(rèn)值:
font : font-style || font-variant || font-weight || font-size ||line-height || font-family
例子:p { font: italic small-caps 600 12pts/18pts 宋體; }