Typography

Font size

Setup your font sizes with seven types of sizes. You can use the h1-h6 tags too, they are linked to the classes.

Type
Size
Code

Text

16px

Headline 6

12px

Headline 5

14px

Headline 4

18px

Headline 3

28px

Headline 2

36px

Headline 1

48px

Example

Examples of the different font sizes.

Font weight

General classes

Use the general classes for setting up the font weight asap.

Type
Weight
Code

.fat

900

.bold

700

.normal

400

.light

300

.thin

100

Example

You can customize the default settings like:

Numbered classes

Type
Weight

.fw-100

100

.fw-200

200

.fw-300

300

.fw-400

400

.fw-500

500

.fw-600

600

.fw-700

700

.fw-800

800

.fw-900

900

Font style

Type
Example

.fsl-italic

.fsl-cursive

.fsl-normal

.fsl-oblique

Highlighting

The highlighting colors are relative to your branding colors.

Type
Relative color variable
Code

.hl-primary

--primary

.hl-accent

--accent

.hl-secondary

--secondary-text

Text align

Type
Code

.ta-left

.ta-center

.ta-right

.ta-justify

Text decoration

Type
Code

.td-none

.td-dotted

.td-dashed

.td-double

.td-crossout

.td-underline

.td-overline

.td-solid

.td-wavy

Last updated