1.0.1 • Published 6 years ago

ffgen v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

ffgen

A command-line wrapper for the fontfacegen package

Installation

Prerequisites: FontForge

Installing it on MacOS is easy with Brew

$ brew install fontforge

Afterwards, you can install ffgen easily with npm

$ npm install ffgen

The above will isolate the command to your current project directory. If you want to use ffgen system-wide, install it globally with the -g tag in npm

$ npm install -g ffgen

Usage

$ ffgen <path-to-font>

Note: Fonts need to be in .otf or .ttf format

Rendered fonts go into a folder with the name of the font file given, in the same directory as the origin file.

Example

$ ffgen assets/fonts/my-custom-font.otf

The above will output the following into a folder at assets/fonts/my-custom-font/:

  • my-custom-font.css
  • my-custom-font.eot
  • my-custom-font.svg
  • my-custom-font.ttf
  • my-custom-font.woff
  • my-custom-font.woff2