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覆盖过粗体。其他的用途是什么?
font-weight:bold
font-weight:normal
我创建了该示例页面,其中包含该属性的所有值,但其中许多并没有太大区别。
如果所显示的字体具有更多的粗体(如半粗体,浅色等),则在使用数字值之一的情况下,浏览器可能会呈现这些粗体。不过,大多数最终用户字体仅带有两种或三种样式,因此我认为这不适用于现实世界。我将仅依靠普通(我认为= 400)和粗体(= 700)。