/google-fonts-list

⚡️Google fonts collection including preview, style and postScriptName ⚡️

Google Fonts List

A google fonts collection with some additional properties and not some additional properties.

interface GoogleFontItem {
  id: string;
  family: string;
  fullName: string;
  postScriptName: string;
  preview: string;
  style: string;
  url: string;
  category: stirng;
}

Usage

files.json contains all google fonts. Store it anywhere, fetch it and use it.

Sample applications using it