/google-fonts-complete

A complete list of Google Web Fonts and their sources

Primary LanguageJavaScriptOtherNOASSERTION

Google Fonts Complete

A complete list of Google Fonts and their sources.

Usage

var fonts = require('google-fonts-complete');

console.dir(fonts);

yields

{
    "ABeeZee": {
        "category": "sans-serif",
        "lastModified": "2015-04-06",
        "version": "v4",
        "variants": {
            ...
        }
    },
    ...
}

This list is generated from the Google Fonts API.

Using the generator

Use the Google Fonts API to create api-response.json.

Then, use the generator to create google-fonts.json.

node ./google-fonts-generator.js