fontain

v0.0.3
Easy Font Management
font

Fontain

Easy Font Management

Getting Started

With node and npm installed, install fontain with a single command.

As CLI
$ npm install -g fontain
As Node Module
$ npm install fontain

Create a font.json file:

Advanced Options

"fonts": {
   "config": {
     "charset": "full",
     "path": "fonts"
   },
   "open-sans": "*",
   "lato": "all",
   "roboto": ["thin", "regular", "bold"]
}

Simplest Options

"fonts": ["open-sans", "lato", "roboto"]
npm i fontain

Metadata

  • MIT
  • Whatever
  • Raphael Amorim
  • released 10/7/2016

Downloads

Maintainers