font-weight
Name: font-weight
Description: Specifies the weight of the font.
Browser Compatibility: IE 3+ / NN 4+ / O 3.5+
Inherited: Yes
Values:
- 100
- 200
- 300
- 400
- 500
- 600
- 700
- 800
- 900
- bold
- bolder
- inherit
- lighter
- normal [Initial value]
Code Example:
p.new {font-weight: 400;}
p.old {font-weight: lighter;}
p.old {font-weight: lighter;}