Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service

font-weight

Definition

The font-weight property specifies the the weight of the font.

Example

  1. h1 {font-weight: bold}

Characteristics

Possible values

normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
Keywords or values representing font weight.
inherit
Use the same computed value as the parent element for this property.

Default value

normal

Applies to

All elements

Inherited

Yes

See also