This repository was archived by the owner on May 8, 2021. It is now read-only.

Description
As per what @colepeters @jancborchardt @simonv3 were mentioning in #2 about how to put a font in a repo... or rather, not do it and just put a link...
How do you three (and others) feel about making a package.json file that installs fonts from git repos via NPM or bower.json using Bower. Then basically the flow to download our opensource fonts would be as follows:
- Make sure Node (or Bower) is installed
- Clone this repo
- Type
npm install
At this point NPM would go out and fetch all the fonts from the various git repos where they live.