Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 1 KB

README.md

File metadata and controls

49 lines (25 loc) · 1 KB

#MFG Labs iconset

##Awesome web font icon by MFG Labs

How does it work?

Easy as pie

Start by downloading the project on this url.

  1. Copy the font directory into your project
  2. Copy the mfglabs_iconset.css style sheet into your project.
  3. 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.