UNPKG

@sctg/fontminify

Version:

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

16 lines (15 loc) 249 B
/** * @file mine types * @author junmer eltorio */ declare const _default: { '.*': string; ttf: string; otf: string; woff: string; woff2: string; eot: string; svg: string; svgz: string; }; export default _default;