##Awesome web font icon by MFG Labs
How does it work?
Easy as pie
Start by downloading the project on this url.
- Copy the font directory into your project
- Copy the mfglabs_iconset.css style sheet into your project.
- Copy the link of the stylesheet into you header
<link rel="stylesheet" href="css/mfglabs_iconset.css">
###Drop the markup <i class="icon-name"></i>
anywhere
<i class="icon-paperplane"></i>
##Customisation
Size subclass
Create bevel and emboss is easy by using custom sub class
###Add the subclass icon2x or icon3x
<i class="icon-cloud icon3x" aria-hidden="true"></i>
###Customise your css directly in mfglabs_iconset.css
.icon2x { font-size: 2em; }
.icon3x { font-size: 3em; }
##Licenses All icons are distributed under CC BY-SA licence.
Font is distributed under SIL licence.