mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-27 16:57:00 -06:00
12 lines
242 B
JavaScript
12 lines
242 B
JavaScript
|
module.exports = {
|
||
|
'files': [
|
||
|
'../img/fonticon/*.svg',
|
||
|
],
|
||
|
'css': false,
|
||
|
'fontName': 'pgfonticon',
|
||
|
'classPrefix': 'icon-',
|
||
|
'baseSelector': '.pg-font-icon',
|
||
|
'types': ['eot', 'woff', 'woff2', 'ttf', 'svg'],
|
||
|
'embed': true,
|
||
|
};
|