“CSS 2.1 参考手册/font-weight”的版本间的差异

来自Blueidea
跳转至: 导航搜索
(新建页面)
 
另见: 增加链接
 
第24行: 第24行:
 
*[[CSS 2.1 参考手册/font|font]]
 
*[[CSS 2.1 参考手册/font|font]]
 
*[[CSS 2.1 参考手册/font-family|font-family]]
 
*[[CSS 2.1 参考手册/font-family|font-family]]
 +
*[[CSS 2.1 参考手册/font-size|font-size]]
 
*[[CSS 2.1 参考手册/font-style|font-style]]
 
*[[CSS 2.1 参考手册/font-style|font-style]]
 
*[[CSS 2.1 参考手册/line-height|line-height]]
 
*[[CSS 2.1 参考手册/line-height|line-height]]

2007-11-17T12:21:40的最后版本

定义

font-weight属性可以设置文字中的字符粗细应该是多少。


案例

h1 {font-weight: bold}

特性

可能的值

normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900

关键字或者描述字体粗细的值。

inherit

使用父元素相同的属性

默认值

normal

适用于

所有元素

继承

另见