The font-weight property is meant for setting the weight (boldness) of the font. The default font-weight
is set as normal. Other values that can be used for font-weight
are:
bold
: makes the text bold by setting its font-weight value to .bolder/lighter
: makes the font-weight one weight bolder
or lighter
than its current value.The following code sets different a font-weight
for each line of the text:
Free Resources