Skip to content

Thibaut-B/mfglabs-iconset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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 oir 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.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 87.3%
  • HTML 12.7%