Skip to content

the-fontain/fontain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published