Style Object
The fontWeight property sets or returns the boldness of the font.
Set the fontWeight property:
Return the fontWeight property:
| Value | Description |
|---|---|
| normal | Font is normal. This is default |
| lighter | Font is lighter |
| bold | Font is bold |
| bolder | Font is bolder |
| 100 200 300 400 500 600 700 800 900 |
Defines from light to bold characters. 400 is the same as normal, and 700 is the same as bold |
| inherit | The value of the fontWeight property is inherited from parent element |
![]()
The fontWeight property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
Change font weight:
Style Object
Your message has been sent to W3Schools.