# Font Weight Module

This utility creates keyword based font weights to be applied to elements

## Usage

### Included in core: ✅

### Application

To apply this utility, use the pattern below:

```html
<element class="u-font-weight-semi-bold">Some text here</element>
```

### Options

| Option | `font-weight` value |
| --- | --- |
| `extra-light` | 200 |
| `light` | 300 |
| `regular` | 400 |
| `semi-bold` | 500 |
| `bold` | 700 |
| `black` | 900 |

## Configurable ❌
