Typography

Some helper classes for headings and text

Headings

<h2 class="h6">Font size set to same as h6</h2>

<h2 class="pre-head">Pre heading used in most widgets</h2>

<h2 class="section-head">Smaller heading</h2>

Text

<p class="text-big">Bigger font size, uses var(--font-size-big)</p>

<p class="text-small">Smaller font size</p>

Last updated