google-fonts-plugin
Version:
Webpack plugin that downloads fonts from Google Fonts and encodes them to base64.
13 lines • 459 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var FontDisplay;
(function (FontDisplay) {
FontDisplay["AUTO"] = "auto";
FontDisplay["BLOCK"] = "block";
FontDisplay["SWAP"] = "swap";
FontDisplay["FALLBACK"] = "fallback";
FontDisplay["OPTIONAL"] = "optional";
FontDisplay["NONE"] = "";
})(FontDisplay || (FontDisplay = {}));
exports.default = FontDisplay;
//# sourceMappingURL=FontDisplay.js.map