| module.exports = { | |
| 'files': [ | |
| '../img/fonticon/*.svg', | |
| ], | |
| 'css': false, | |
| 'fontName': 'pgfonticon', | |
| 'classPrefix': 'icon-', | |
| 'baseSelector': '.pg-font-icon', | |
| 'types': ['eot', 'woff', 'woff2', 'ttf', 'svg'], | |
| 'embed': true, | |
| }; | |
| module.exports = { | |
| 'files': [ | |
| '../img/fonticon/*.svg', | |
| ], | |
| 'css': false, | |
| 'fontName': 'pgfonticon', | |
| 'classPrefix': 'icon-', | |
| 'baseSelector': '.pg-font-icon', | |
| 'types': ['eot', 'woff', 'woff2', 'ttf', 'svg'], | |
| 'embed': true, | |
| }; | |