UNPKG

google-fonts-plugin

Version:

Webpack plugin that downloads fonts from Google Fonts and encodes them to base64.

7 lines (6 loc) 144 B
export default interface Font extends Object { family?: string; variants?: string[]; subsets?: string[]; text?: string; }