UNPKG

buzzfont

Version:

Your Own Powerful Google Fonts API

13 lines (12 loc) 256 B
export interface IgoogleFont { kind: string; family: string; category: string; variants: string[]; subsets: string[]; version: string; lastModified: string; files: { [fontStyle: string]: string; }; }