Source
6
6
"generate": "svgtofont --sources ./svg --output ./dist --fontName zabbix-icons",
7
7
"cleanup": "rm ./dist/symbol.html ./dist/unicode.html ./dist/*.symbol.svg ./dist/*.eot ./dist/*.scss"
8
8
},
9
9
"svgtofont": {
10
10
"emptyDist": true,
11
11
"outSVGPath": false,
12
12
"outSVGReact": false,
13
13
"classNamePrefix": "zi",
14
14
"styleTemplates": "./templates/styles/",
15
15
"css": {
16
-
"fontSize": "16px"
16
+
"fontSize": "18px"
17
17
},
18
18
"svgicons2svgfont": {
19
19
"fontHeight": 600,
20
20
"descent": 150,
21
21
"normalize": true
22
22
},
23
23
"website": {
24
24
"template": "./templates/template.ejs"
25
25
}
26
26
}