gulp-fonter-fix
Version:
Font subsetting and converting plugin for gulp (MAC FIX)
11 lines (10 loc) • 401 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var FontType;
(function (FontType) {
FontType[FontType["ttf"] = 0] = "ttf";
FontType[FontType["woff"] = 1] = "woff";
FontType[FontType["eot"] = 2] = "eot";
FontType[FontType["otf"] = 3] = "otf";
FontType[FontType["svg"] = 4] = "svg";
})(FontType = exports.FontType || (exports.FontType = {}));