1.1.2 • Published 8 years ago

font-store v1.1.2

Weekly downloads
8
License
CC-BY-4.0
Repository
github
Last release
8 years ago

font-store

NPM Version Build Status

Base64 encodes web fonts to cache in LocalStorage for high performance.

Quick Start

Install this module globally and convert a web font from Google:

$ npm install -g font-store
$ font-store "http://fonts.googleapis.com/css?family=Dosis"

If all goes right, a JSON file will be created for you named something like fonts.<MD5>.woff.json or fonts.<MD5>.woff2.json.

Advanced Usage

To see a list of available options type:

$ font-store --help

Currently the only option is to specify what format you want, either woff or woff2.

More information

You can read my article “Non-blocking web fonts using LocalStorage” or check out a demo on CodePen.

1.1.2

8 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago