CSS font-weight property
The font-weight
property sets the weight (or boldness) of the font. This property can take either keyword values — normal
, bold
, lighter
, and bolder
— or numeric values between 1 and 1000, with 1 being the thinnest.
Keep in mind that available weights depend on the font-family set. For example, not all typefaces have bold versions.