0.0
No commit activity in last 3 years
No release in over 3 years
Use individual svg files to generate a font file. Created for use in generating webfont icon sets. Also generates a css and html preview file.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.7
~> 2.7
 Project Readme

Svg icon font generator

##Requirements

  • Ruby
  • Python
  • pyyaml
  • fontforge

##Install

###OSX:

  • brew install fontforge
  • pip install pyyaml
  • gem install savage-fontgen

###Windows

##Run

  • Edit conf/config.yaml (or specify config.yaml at runtime)
  • place svgs outlines in a glyphs folder
  • savage-fontgen path/to/glyphs [-o out/folder/path] [-c config/file.yaml]
  • Review output in 'out' folder