Typography

Rongila CSS offers a wide range of typography options#

Headers -#

  1. <h1> Header 1 </h1>
  2. <h2> Header 2 </h2>
  3. <h3> Header 3 </h3>

Text Sizes & Styles -#

  1. <p class="txt-xl">Extra Large Text</p>
  2. <p class="txt-lg">Large Text</p>
  3. <p class="txt-med">Medium Text</p>
  4. <p class="txt-sm">Small Text</p>
  5. <p class="bold">Bold Text</p>
  6. <p class="italic">Italic Text</p>

Titles & Subtitles -#

  1. <p class="title1">Title 1</p>
  2. <p class="title2">Title 2</p>
  3. <p class="subtitle">Subtitle</p>