本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

font-weight

Specifies the weight of a font (e.g. bold).

Browser/User Agent Support

IENetscapeMozillaOperaSafari
4.0+4.0+1.0+4.0+1.0+

Values

inheritInherit the value from the parent element.
normalNormal font.
bolderBolder font.
boldBold font.
lighterLighter font.
100100 darkness font (light).
200200 darkness font.
300300 darkness font (medium-light).
400400 darkness font.
500500 darkness font (medium).
600600 darkness font.
700700 darkness font (medium-dark).
800800 darkness font.
900900 darkness font (dark).

Availability

W3C CSS2

Related