Skip to content

nocvp/icon-font-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon Font Generator

Generate icon font from SVG files.

Usage

$ npm install gulp gulp-util -g // only if you don't already have gulp installed
$ npm install
$ gulp

Making changes to the font

To make changes to the font, simply edit the icons.json file.

{
  "font-name": "icon-font",
  "class-name": "icon",
  "icons": [{
    "name": "home",
    "svg": "node_modules/material-design-icons/action/svg/production/ic_home_24px.svg"
  }]
}

Once you're done, simply run gulp again to regenerate the fonts and css.

About

Icon Font Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published