UNPKG

assetgraph

Version:

An auto discovery dependency graph based optimization framework for web pages and applications

12 lines (7 loc) 178 B
const Font = require('./Font'); class Otf extends Font {} Object.assign(Otf.prototype, { contentType: 'font/otf', supportedExtensions: ['.otf'] }); module.exports = Otf;