Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

google-fonts-complete

jonathantneal23.2kCC0-1.02.2.3

A complete list of Google Fonts and their sources

google, web, fonts, complete, families, family, styles, variants, weights, unicode-range

readme

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

Create the api-response.json using a script:

npm run generateList {YOUR_API_KEY}

Or use the Google Fonts API to create api-response.json manually.

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

npm run generateFonts

or

node ./google-fonts-generator.js

changelog

2.2.3 (2023-10-25)

  • Updated: Google Fonts base to the latest version
  • Fixed: refactoring font list generation script

2.2.2 (2021-10-30)

  • Updated: Google Fonts base to the latest version

2.2.1 (2021-10-20)

  • Updated: Google Fonts base to the latest version

2.2.0 (2021-10-19)

  • Fixed: Migrate to PostCSS 8.x

2.2.0 (2021-10-19)

  • Fixed: Migrate to PostCSS 8.x

2.1.1 (2020-10-04)

  • Updated: Google Fonts base to the latest version

2.1.0 (2019-11-13)

  • Added: support of Material Icons font
  • Updated: Google Fonts base to the latest version

2.0.0 (2019-11-07)

  • Added: support of unicode-range feature
  • Fixed: reduced generation time on 50%
  • Fixed: refactoring font list generation script
  • Updated: Google Fonts base to the latest version

1.2.4 (2019-10-16)

  • Updated: Google Fonts base to the latest version

1.2.3 (2019-06-13)

  • Updated: Google Fonts base to the latest version

1.2.2 (2018-06-05)

  • Updated: Google Fonts base to the latest version

1.2.1 (2018-01-29)

  • Updated: Google Fonts base to the latest version

1.2.0 (2017-07-03)

  • Updated: Google Fonts base to the latest version
  • Added: script for generating fonts list

1.1.0 (2016-12-10)

  • Updated: Google Fonts base to the latest version

1.0.0 (2015-07-23)

  • Added: Initial release