CSS Property: font-weight
Specifies the boldness of a font. Browsers tend not to have any levels other than 400 (the same as normal), 700 (the same as bold) and 900.
Possible Values
inheritnormalbolderboldlighter100200300400500600700800900
Example
.chubbybaby { font-weight: bold; }