UNPKG

gulp-fonter

Version:

Font subsetting and converting plugin for gulp

11 lines (10 loc) 401 B
"use strict"; 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 = {}));