The font-weight
property sets the weight of the font.
The value is specified as a number from 100 to 900 in increments of 100, or using predefined keywords.
font-weight: normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;