Text Utilities
Text utilities come handy when we want to alter the text sizes. Below are some text sizes for heading.
This is the biggest heading.
This is the second biggest heading.
This is the third biggest heading
This is the medium sized heading
This is the smaller heading
This is the smallest heading
<h1 class="heading-xxl">This is the biggest heading.</h1>
<h2 class="heading-xl">This is the second biggest heading.</h2>
<h3 class="heading-lg">This is the third biggest heading</h3>
<h4 class="heading-md">This is the medium sized heading</h4>
<h5 class="heading-sm">This is the smaller heading</h5>
<h6 class="heading-xsm">This is the smallest heading</h6>