/**
 * @file mine types
 * @author junmer eltorio
 */

/* eslint-env node */

export default 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'
};
