Skip to content

MfgLabs/mfglabs-iconset

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
img
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Awesome web font icon by MFG Labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published