Skip to content

nathakits/svg-font-create

 
 

Repository files navigation

SVG font creator

This tool creates SVG font from separate images. Due simplified process, images must be preliminary optimized with SVGO:

  • scaled to required height
  • all paths joined to single one
  • no fill commands colors transforms and others
  • fill defined by polyline direction (cw - black, ccw - white)

Installation:

npm install svg-font-create

Usage example:

See Makefile in embedded fonts repos https://github.com/fontello/awesome-uni.font/blob/master/Makefile

License

View the LICENSE file (MIT).

About

Create SVG font from separate images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.0%
  • Makefile 14.0%