FONT-WEIGHT Property In CSS
font-weight Property in CSS
font-weight property Declares the font weight (lightness or boldness)
Possible Value:
normal bold bolder lighter 100 200 300 400 500 600 700 800 900
Examplediv { font-weight:bolder; }
div { font-weight:200; }