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:

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

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

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