Font Weight
| Class | Properties |
|---|---|
| gl-font-100 | font-weight: var(--gl-font-weight-100); /* 100 */ |
| gl-font-300 | font-weight: var(--gl-font-weight-300); /* 300 */ |
| gl-font-normal | font-weight: var(--gl-font-weight-normal); /* 400 */ |
| gl-font-semibold | font-weight: var(--gl-font-weight-semibold); /* 500 */ |
| gl-font-bold | font-weight: var(--gl-font-weight-bold); /* 600 */ |
| gl-font-heading | font-weight: var(--gl-font-weight-heading); /* 600 */ |