fontain

0.0.3 • Public • Published

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"]

/fontain/

    Package Sidebar

    Install

    npm i fontain

    Weekly Downloads

    4

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • raphamorim