Documentation Index
Fetch the complete documentation index at: https://skelementorcss.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Usefont-* classes to control emphasis without changing the size scale.
| Class | Weight | CSS | Usage notes |
|---|---|---|---|
.font-thin | 100 | font-weight: 100; | Ultra-fine display use |
.font-extralight | 200 | font-weight: 200; | Light editorial accents |
.font-light | 300 | font-weight: 300; | Subtle supporting text |
.font-normal | 400 | font-weight: 400; | Default body copy |
.font-medium | 500 | font-weight: 500; | Labels and UI controls |
.font-semibold | 600 | font-weight: 600; | Section headings |
.font-bold | 700 | font-weight: 700; | Primary headings and buttons |
.font-extrabold | 800 | font-weight: 800; | Strong emphasis |
.font-black | 900 | font-weight: 900; | Display typography |
Example
Recommendations
- Pair font weights with font files that are actually loaded on the site.
- Use heavier weights for small UI labels and lighter weights only when contrast and size support them.
- Keep most pages to two or three weight choices for a cleaner voice.

