Typopgrahy
Last updated
<!-- In Paragraph -->
<p class="text-primary">Font Colour Changes! </p>
<!-- In any other tag -->
<div class="text-success">Font Colour Changes! </div><!-- In Font Size 12 -->
<p class="fs-12">Font Size 12px </p>
<!-- In Font Size 13 -->
<p class="fs-13">Font Size 13px </p>
<!-- In Font Size 14 -->
<p class="fs-14">Font Size 14px </p>
<!-- In Font Size 15 -->
<p class="fs-15">Font Size 15px </p>
<!-- In Font Size 16 -->
<p class="fs-16">Font Size 16px </p><!-- Heading Light Weight -->
<h5 class="light">Thinnest</h5>
<!-- Heading Semi-bold Weight -->
<h5 class="semi-bold">Semi-bold</h5>
<!-- Heading bold Weight -->
<h5 class="bold">Most Boldest</h5><!-- Heading with Arial font -->
<h5 class="font-arial">Im now Arial</h5>
<!-- Paragraph with heading font -->
<p class="font-montserrat">I look different now</p>