-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.svgtofontrc
43 lines (43 loc) · 1021 Bytes
/
.svgtofontrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"emptyDist": true,
"outSVGReact": true,
"outSVGPath": true,
"fontName": "ffont",
"svgicons2svgfont": {
"fontHeight": 1000,
"normalize": true
},
"website": {
"index": "symbol",
"title": "file-icons",
"logo": "assets/logo.svg",
"version": "1.1.2",
"meta": {
"description": "File icons in the file tree.",
"keywords": "file,icon,file-icons,TTF,EOT,WOFF,WOFF2,SVG"
},
"links": [
{
"title": "GitHub",
"url": "https://github.com/uiwjs/file-icons"
},
{
"title": "Feedback",
"url": "https://github.com/uiwjs/file-icons/issues"
},
{
"title": "Font Class Demo",
"url": "font-class.html"
},
{
"title": "Symbol Demo",
"url": "index.html"
},
{
"title": "Unicode Demo",
"url": "unicode.html"
}
],
"footerInfo": "Licensed under MIT. (Yes it's free and <a href=\"https://github.com/uiwjs/file-icons\">open-sourced</a>)"
}
}