UNPKG
buzzfont
Version:
latest (1.0.1)
1.0.1
1.0.0
Your Own Powerful Google Fonts API
github.com/ClickSimply/buzzfont
ClickSimply/buzzfont
buzzfont
/
dist
/
IgFont.d.ts
13 lines
(12 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export interface IgoogleFont { kind: string; family: string; category: string; variants: string[]; subsets: string[]; version: string; lastModified: string; files: {
[fontStyle: string]
: string; }; }