Overview
Several hundred glyphs in a font format. Can be used as part of any html element. Easily scalable and styled.
How to use
To use get the class name of the icon you want to display add it just about anywhere using an empty span.
Here are two examples:
<button class="btn btn-white"><span className="icon-home"></span>Home</button>
Here is a warning
<div class="alert alert-warning"><p><span class="icon-warning"></span> Here is a warning</p></div>
Spin icon
Add the .spin-icon
class to the span tag.
<span class=""icon-para-reset spin-icon"></span>