#Headings
Cirrus styles the standard header tags h1, h2, h3, h4, h5, h6
with font sizes ranging from 4rem
to 1rem
where each rem
is 16px
. Cirrus allows you to choose between two fonts: Montserrat
and Nunito Sans
by specifying the font weight of the headers. Simply add the font-alt font-light
class to your headings to use Nunito Sans
and leave it as is to use Montserrat
.
Standard headings:
this is h1h1
3rem (48px)
this is h2h2
2.5rem (40px)
this is h3h3
2rem (32px)
this is h4h4
1.75rem (24px)
this is h5h5
1.5rem (16px)
this is h6h6
1.25rem (12px)
Light headings:
this is h1h1
3rem (48px)
this is h2h2
2.5rem (40px)
this is h3h3
2rem (32px)
this is h4h4
1.75rem (24px)
this is h5h5
1.5rem (16px)
this is h6h6
1.25rem (12px)
<h1 class="uppercase">this is h1<span class="desc"><code>h1</code> 3rem (48px)</span></h1>
<h2 class="uppercase">this is h2<span class="desc"><code>h2</code> 2.5rem (40px)</span></h1>
</h2>
<h3 class="uppercase">this is h3<span class="desc"><code>h3</code> 2rem (32px)</span></h1>
</h1>
<h4 class="uppercase">this is h4<span class="desc"><code>h4</code> 1.75rem (24px)</span></h1>
</h4>
<h5 class="uppercase">this is h5<span class="desc"><code>h5</code> 1.5rem (16px)</span></h1>
</h5>
<h6 class="uppercase">this is h6<span class="desc"><code>h6</code> 1.25rem (12px)</span></h1>
</h6>
<h1 class="font-alt font-light uppercase">this is h1<span class="desc"><code>h1</code> 3rem (48px)</span></h1>
<h2 class="font-alt font-light uppercase">this is h2<span class="desc"><code>h2</code> 2.5rem (40px)</span></h1>
</h2>
<h3 class="font-alt font-light uppercase">this is h3<span class="desc"><code>h3</code> 2rem (32px)</span></h1>
</h1>
<h4 class="font-alt font-light uppercase">this is h4<span class="desc"><code>h4</code> 1.75rem (24px)</span></h1>
</h4>
<h5 class="font-alt font-light uppercase">this is h5<span class="desc"><code>h5</code> 1.5rem (16px)</span></h1>
</h5>
<h6 class="font-alt font-light uppercase">this is h6<span class="desc"><code>h6</code> 1.25rem (12px)</span></h6>