File size: 242 Bytes
ae01f49 | 1 2 3 4 5 6 7 8 9 10 11 12 | module.exports = {
'files': [
'../img/fonticon/*.svg',
],
'css': false,
'fontName': 'pgfonticon',
'classPrefix': 'icon-',
'baseSelector': '.pg-font-icon',
'types': ['eot', 'woff', 'woff2', 'ttf', 'svg'],
'embed': true,
};
|