#Glyphs
Using Font Awesome? Cirrus makes it easy to integrate glyphs into your website. Just add the fa-wrapper
class along with your desired glyph class.
Note that glyph sizes now inherity directly from parent classes. Glyphs appear the best when the font size is a multiple of 7.
X-Small (7px)
<span class="icon subtitle" style="font-size: 7px">
<i class="fab fa-wrapper fa-github"></i>
</span>
Small/Default (14px)
<span class="icon subtitle" style="font-size: 14px">
<i class="fab fa-wrapper fa-github"></i>
</span>
Large (21px)
<span class="icon subtitle" style="font-size: 21px">
<i class="fab fa-wrapper fa-github"></i>
</span>
X-Large (28px)
<span class="icon subtitle" style="font-size: 28px">
<i class="fab fa-wrapper fa-github"></i>
</span>