This property sets the weight (or boldness) of a font. Note that some fonts are not available in all weights.
CSS Level | Value |
---|---|
CSS Fonts Level 4 | "<font-weight-absolute> | bolder | lighter", where <font-weight-absolute> = "[normal | bold | <number [1,1000]>]" |
CSS Fonts Level 4 (in @font-face) | "auto | <font-weight-absolute>{1,2}", where <font-weight-absolute> = "[normal | bold | <number [1,1000]>]" |