【发布时间】:2014-10-31 11:13:32
【问题描述】:
font-weight:normal
font-weight:bold
font-weight:bolder
font-weight:lighter
font-weight:100
font-weight:200
font-weight:300
font-weight:400
font-weight:500
font-weight:600
font-weight:700
font-weight:800
font-weight:900
到目前为止,我只使用了font-weight:bold,有时还使用了font-weight:normal 来覆盖粗体。其他的有什么用?
我使用属性的所有值创建了这个示例页面,但其中许多值没有太大区别。
【问题讨论】:
-
值得注意的是,在 Chrome 中
font-weight:600是最大胆的——它甚至比bolder和font-weight:900更大胆
标签: css