# google-fonts-complete

> A complete list of Google Fonts and their sources

Latest version **2.2.3** (published 2023-10-26) · CC0-1.0 license · 0 weekly downloads

## Install

```sh
npm install google-fonts-complete
pnpm add google-fonts-complete
yarn add google-fonts-complete
bun add google-fonts-complete
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.2.3 |
| Published | 2023-10-26 |
| First published | 2015-07-24 |
| Weekly downloads | 0 |
| License | CC0-1.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 11.5 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 134 |
| Author | Jonathan Neal |
| Maintainers | jonathantneal, rajdee |
| Keywords | google, web, fonts, complete, families, family, styles, variants, weights, unicode-range |

## Links

- npm: https://www.npmjs.com/package/google-fonts-complete
- Repository: https://github.com/jonathantneal/google-fonts-complete
- Issues: https://github.com/jonathantneal/google-fonts-complete/issues
- npm.io page: https://npm.io/package/google-fonts-complete

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 2.2.3 (latest) — 2023-10-26
- 2.1.1 — 2020-10-03
- 2.1.0 — 2019-11-13
- 2.0.0 — 2019-11-07
- 1.2.3 — 2019-06-13
- 1.2.2 — 2018-06-05
- 1.2.1 — 2018-01-29
- 1.2.0 — 2017-09-17
- 1.1.1 — 2017-03-04
- 1.1.0 — 2016-12-11
- 1.0.0 — 2015-07-24

## README

# Google Fonts Complete

A complete list of Google Fonts and their sources.

## Usage

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

console.dir(fonts);
```

yields

``` json
{
    "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:
```sh
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`.

```sh
npm run generateFonts
```
or

```sh
node ./google-fonts-generator.js
```

[Google Fonts API]: https://developers.google.com/fonts/

---
_Source: https://npm.io/package/google-fonts-complete · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
