font-weight
Utilities for controlling the font weight of an element.
| Utility | Styles |
|---|---|
font['100'] | font-weight: 100; |
font['200'] | font-weight: 200; |
font['300'] | font-weight: 300; |
font['400'] | font-weight: 400; |
font['500'] | font-weight: 500; |
font['600'] | font-weight: 600; |
font['700'] | font-weight: 700; |
font['800'] | font-weight: 800; |
font['900'] | font-weight: 900; |
font[*<value>*] | font-weight: var(*<custom-property>*); |