Font Weight
The font-weight property defines the thickness of the element's text.
| Class | Properties |
|---|---|
| wpex-font-hairline | font-weight: 100; |
| wpex-font-thin | font-weight: 200; |
| wpex-font-light | font-weight: 300; |
| wpex-font-normal | font-weight: 400; |
| wpex-font-medium | font-weight: 500; |
| wpex-font-semibold | font-weight: 600; |
| wpex-font-bold | font-weight: 700; |
| wpex-font-extrabold | font-weight: 800; |
| wpex-font-black | font-weight: 900; |
| wpex-font-bolder | font-weight: bolder; |
| wpex-font-lighter | font-weight: lighter; |