0.0.1 • Published 4 years ago

@cosmicwheels/generatewebfonts v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Generate Webfonts

Description:

Generates web font files (EOT, TTF, WOFF, WOFF2) from a single SVG font file.

Using from CLI

Usage example:

node index.js path/to/svg_file.svg
node index.js output/fa-regular-400.svg
Results:

fa-regular-400.svg
fa-regular-400.eot
fa-regular-400.ttf
fa-regular-400.woff
fa-regular-400.woff2

License

MIT.