Home → References → CSS Properties →
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.
HTML Dog is hosted by Titan Internet
Possible Values
inheritnormalbolderboldlighter100200300400500600700800900
Example
.chubbybaby { font-weight: bold; }

