Generate ttf, woff, woff2, eot, and svg fonts with optional subsetting.
npm install @drovp/font-generatorGenerates fonts with optional subsetting.
Supported formats:
- ttf - read & write
- woff - read & write
- woff2 - read & write
- eot - read & write
- svg - read & write
- otf - read
Uses fonteditor-core library under the hood, which has a pretty bad documentation, and not that many features. So, if you see the library being misused, or have an idea how to do things better, or maybe know about a better font processing library, create na issue!.