Typography

Style 1 :

Use the below code to display Typography without underline:

<h1 class="title mt-30">h1. heading</h1>

Style 2 :

Use the below code to display Typography with underline:

<div class="section-title">
  <h1 class="title">h1. heading</h1>
</div>
Suggest Edit