Open Source
Google Fonts,
structured as JSON
A lightweight, queryable index of the entire Google Fonts catalog - organized by category and subset, ready to ship.
Use cases
Skip the API. Ship faster.
Font Pickers & Filters
Populate dropdowns and build filter UIs with pre-sorted category and subset lists.
Subset-Aware Previews
Show only fonts that support a given script — Arabic, Devanagari, Cyrillic, and more.
Autocomplete & Search
Load a lightweight JSON index instead of hitting the Google Fonts API at runtime.
CDN-Ready
Access every file via jsDelivr — versioned, cached, and globally distributed.
Design Systems
Validate typography tokens against the real Google Fonts catalog at build time.
Static Site Generation
Pre-render font preview cards, style guides, or comparison tables during your build.
Structure
How it's organized
CDN
Every file, one URL away.
Complete sorted list of every font family in the catalog.
Available font categories: display, handwriting, monospace, sans-serif, serif.
All script and language subsets supported across the catalog.
All display fonts that support the latin subset.
All sans-serif fonts with latin subset support.
Which categories contain fonts with Arabic script.
Full metadata for a single font: variants, subsets, version, and last modified date.
Pin to a git tag for cache stability and reproducible builds.