-
Notifications
You must be signed in to change notification settings - Fork 1
/
.fontcustom-manifest.json
100 lines (100 loc) · 2.39 KB
/
.fontcustom-manifest.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"checksum": {
"previous": "d0b900b6d2c55f989f1a7e741e66a0be598e4bb7c89d7b2065aaa75b103ac324",
"current": "d0b900b6d2c55f989f1a7e741e66a0be598e4bb7c89d7b2065aaa75b103ac324"
},
"fonts": [
"app/styles/fonts/customicons/customicons.ttf",
"app/styles/fonts/customicons/customicons.svg",
"app/styles/fonts/customicons/customicons.woff",
"app/styles/fonts/customicons/customicons.eot"
],
"glyphs": {
"arrow_down": {
"codepoint": 61708,
"source": "app/images/icons/arrow_down.svg"
},
"arrow_up": {
"codepoint": 61709,
"source": "app/images/icons/arrow_up.svg"
},
"article": {
"codepoint": 61696,
"source": "app/images/icons/article.svg"
},
"camera": {
"codepoint": 61697,
"source": "app/images/icons/camera.svg"
},
"check": {
"codepoint": 61706,
"source": "app/images/icons/check.svg"
},
"close": {
"codepoint": 61707,
"source": "app/images/icons/close.svg"
},
"eye": {
"codepoint": 61704,
"source": "app/images/icons/eye.svg"
},
"lightbulb": {
"codepoint": 61698,
"source": "app/images/icons/lightbulb.svg"
},
"locate": {
"codepoint": 61705,
"source": "app/images/icons/locate.svg"
},
"login": {
"codepoint": 61700,
"source": "app/images/icons/login.svg"
},
"map": {
"codepoint": 61701,
"source": "app/images/icons/map.svg"
},
"reset": {
"codepoint": 61710,
"source": "app/images/icons/reset.svg"
},
"search": {
"codepoint": 61702,
"source": "app/images/icons/search.svg"
},
"write": {
"codepoint": 61703,
"source": "app/images/icons/write.svg"
}
},
"options": {
"autowidth": true,
"config": "fontcustom.yml",
"css_selector": ".icon-{{glyph}}",
"debug": false,
"font_ascent": 448,
"font_descent": 64,
"font_design_size": 16,
"font_em": 512,
"font_name": "customicons",
"force": true,
"input": {
"templates": "app/images/icons",
"vectors": "app/images/icons"
},
"no_hash": true,
"output": {
"css": "app/styles/",
"fonts": "app/styles/fonts/customicons",
"preview": "app/styles/fonts/customicons"
},
"preprocessor_path": null,
"quiet": false,
"templates": [
"scss"
]
},
"templates": [
"app/styles/_customicons.scss"
]
}