1.0.1 • Published 1 year ago
@undone-labs/fontpls v1.0.1
fontpls
A typeface conversion tool for making webfonts, accessible via most CLIs
flowchart LR;
A(TTF or OTF) --> B{{fontpls}}
B --> C(WOFF2)
B --> D(EOT)
B --> E(SVG)Installation
You can install fontpls globally though npm.
npm -g i fontplsUsage
fontpls /path/to/file.otfThe above command should be run in the CLI. The input ($1) value must be a single .otf or .ttf file. Extra included files will be ignored.
If successful, the new font files (.svg, .eot, .woff2) will be written to the same directory that the original TrueType or OpenType font was in.