Skip to main content

Font Size

Read about how you can add font sizes to your elements

ClassProperties
font-smfont-size: 0.75rem;
font-mdfont-size: 1rem;
font-lgfont-size: 1.5rem;
font-xlfont-size: 2rem;
font-xxlfont-size: 3rem;

Basic Usage

Font-sm

Font-md

Font-lg

Font-xl

Font-xxl

<p class="font-sm ...">Font-sm</p>
<p class="font-md ...">Font-md</p>
<p class="font-lg ...">Font-lg</p>
<p class="font-xl ...">Font-xl</p>
<p class="font-xxl ...">Font-xxl</p>