UNPKG

google-fonts-plugin

Version:

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

10 lines (9 loc) 193 B
declare enum FontDisplay { AUTO = "auto", BLOCK = "block", SWAP = "swap", FALLBACK = "fallback", OPTIONAL = "optional", NONE = "" } export default FontDisplay;