Thick/thin
font-weight

Specify whether a thick or thin font variant should be used.
Property values
Use one of these keywords, or specify a number from 1 to 1000 where 400 is the normal font weight.
CSS value | CSS keyword | font name |
---|---|---|
100 | Thin or Hairline | |
200 | Extra Light or Ultra Light | |
300 | Light | |
400 | normal | Normal or Regular |
500 | Medium | |
600 | Semibold or Demibold | |
700 | bold | Bold |
800 | Extra Bold or Ultra Bold | |
900 | Black or Heavy | |
lighter | (One font weight lighter than the parent element) | |
bolder | (One font weight heavier than the parent element) |
Examples
font-weight: 600;