UNPKG

fontmin

Version:

Minify font seamlessly, font subsetter, webfont (eot, woff, svg) converter.

18 lines (15 loc) 383 B
/** * @file mine types * @author junmer */ /* eslint-env node */ module.exports = exports = { '.*': 'application/octet-stream', 'ttf': 'application/font-sfnt', 'otf': 'application/font-sfnt', 'woff': 'application/font-woff', 'woff2': 'application/font-woff2', 'eot': 'application/octet-stream', 'svg': 'image/svg+xml', 'svgz': 'image/svg+xml' };