CSS font-weight 屬性
實(shí)例
三段文字設(shè)置不同的字體粗細(xì):
p.normal {font-weight:normal;}
p.thick {font-weight:bold;}
p.thicker {font-weight:900;}
p.thick {font-weight:bold;}
p.thicker {font-weight:900;}
嘗試一下 ?
屬性定義及使用說(shuō)明
font-weight 屬性設(shè)置文本的粗細(xì)
默認(rèn)值: | normal |
---|---|
繼承: | yes |
版本: | CSS1 |
JavaScript 語(yǔ)法: | object.style.fontWeight="900" |
瀏覽器支持
表格中的數(shù)字表示支持該屬性的第一個(gè)瀏覽器版本號(hào)。
屬性 | |||||
---|---|---|---|---|---|
font-weight | 2.0 | 4.0 | 1.0 | 1.3 | 3.5 |
屬性值
值 | 描述 |
---|---|
normal | 默認(rèn)值。定義標(biāo)準(zhǔn)的字符。 |
bold | 定義粗體字符。 |
bolder | 定義更粗的字符。 |
lighter | 定義更細(xì)的字符。 |
| 定義由粗到細(xì)的字符。400 等同于 normal,而 700 等同于 bold。 |
inherit | 規(guī)定應(yīng)該從父元素繼承字體的粗細(xì)。 |
相關(guān)文章
CSS 教程: CSS Font
CSS 參考手冊(cè): font 屬性
更多建議: