Font Size

You can increase font size of text or Font icon using below size shortcode.

<div class="size-2x">
your content here...
</div>
<div class="size-3x">
your content here...
</div>
<div class="size-4x">
your content here...
</div>
<div class="size-5x">
your content here...
</div>
<div class="size-6x">
your content here...
</div>
You can use same size shortcode for paragraph also.
Like I want to increase font size to 3x times of a paragraph.
<p class="size-3x">
your content here...
</p>

Font Icon Size

You can also use same size shortcode for font icons.
Like I want to increase size of a font icon by 5x times.

<i class="fa fa-bell size-5x"></i>