Icons fonts

Icon font take a set of icons or pictograms that would normally be implemented as an image or vector file and then convert it into a font for a faster loading time than images, scalability and endless variations using CSS.

How to use

All icons require an <i> tag with a unique class, prefixed with icon-. To use, place the following code just about anywhere:

<span class="icon-heart"></span>

There are also styles available to change size and styles of icons.

<span class="icon-heart iconBig"></span>
<span class="icon-heart iconMedium"></span>
<span class="icon-heart iconSmall"></span>
<span class="icon-heart iconBig iconRounded"></span>
<span class="icon-heart iconMedium iconRounded"></span>
<span class="icon-heart iconSmall iconRounded"></span>