Typography
Headings
Headings are great to utilise when structuring your content.
| Class | Preview | Code |
|---|---|---|
| h1 | Introduction | |
| h2 | Introduction | |
| h3 | Introduction | |
| h4 | Introduction | |
| h5 | Introduction | |
| h6 | Introduction | |
Text Sizes
These utility classes are useful when you need to adjust text size regardless of what element it's in.
| Class | Preview | Code |
|---|---|---|
| text-huge | Text Huge | |
| text-large | Text Large | |
| text-regular | Text Regular | |
| text-small | Text Small | |
| text-extra-small | Text Extra Small | |
Text Weights
Weight utility classes control the visual emphasis of any piece of text. Lighter weights work well for captions or secondary information, while heavier weights draw attention to key content.
| Class | Preview | Code |
|---|---|---|
| text-black | Text Black | |
| text-bold | Text Bold | |
| text-normal | Text Normal | |
| text-light | Text Light | |
Text Decorations
These utility classes allow for styling and transformations to your text.
| Class | Preview | Code |
|---|---|---|
| text-underline | Text Underline | |
| text-uppercase | Text Uppercase | |
| text-capitalize | text capitalize | |
| text-italic | Text Italic | |
Text Alignment
The text alignment classes cover the standard horizontal alignment options.
| Class | Preview | Code |
|---|---|---|
| text-left | Text Left | |
| text-center | Text Center | |
| text-right | Text Right | |