Font-Weight

Font-weight in CSS.

Syntax (font-weight : values;)
  • font-weight
  • Values: normal | bolder | bold | lighter | 100 | 200 | etc...
Example:

.class_name{font-weight : bold;}

0 comments