Skip to content

RazvanDH/generateFontsFromSVG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generateFontsFromSVG

quick tool to generate fonts from SVG

Install

run npm install

Usage

Add your SVGs inside the svg directory, using the format: uEXXX-class-name.svg (where XXX is a number starting from 001 and class-name is the name of the class that you want to use - e.g.: uE001-hamburger-menu.svg)

Run gulp build. Your files will be inside the dist directory.

If you want a different class name, update var fontName = "fc-icons"; in gulpfile.js.

About

quick tool to generate fonts from SVG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published