# Text

Helper classes for text. These classes are refer to the bootstrap. See [Link](https://getbootstrap.com/docs/4.0/utilities/text/).

### Font Family

- `.font-base`
- `.font-accent`
- `.font-cursive`
- `.font-monospace`

### Font Size

- `.font-size-base`
- `.font-size-sm`
- `.font-size-lg`

### Font Weight

- `.font-weight-lighter`
- `.font-weight-light`
- `.font-weight-normal`
- `.font-weight-bold`
- `.font-weight-bolder`

### Font Style

- `.font-italic`

### Alignment

- `.text-justify`
- `.text-nowrap`
- `.text-center`
- `.text-right`
- `.text-left`

### Transformation

- `.text-lowercase`
- `.text-uppercase`
- `.text-capitalize`

### misc

- `.help`
- `.text-truncate`
- `.text-hide`
