portable-devtools / pgsql /pgAdmin 4 /web /pgadmin /static /js /pgadmin.fonticon.js
codekingpro's picture
Add files using upload-large-folder tool
ae01f49 verified
Raw
History Blame Contribute Delete
242 Bytes
module.exports = {
'files': [
'../img/fonticon/*.svg',
],
'css': false,
'fontName': 'pgfonticon',
'classPrefix': 'icon-',
'baseSelector': '.pg-font-icon',
'types': ['eot', 'woff', 'woff2', 'ttf', 'svg'],
'embed': true,
};