This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.fontcustom-manifest.json
98 lines (98 loc) · 2.07 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
{
"checksum": {
"previous": "12d4c28a550d92dda02451389d4403531e338a77f950000bee86d8f2bb3c7efe",
"current": "12d4c28a550d92dda02451389d4403531e338a77f950000bee86d8f2bb3c7efe"
},
"fonts": [
"fonts/icons.ttf",
"fonts/icons.svg",
"fonts/icons.woff",
"fonts/icons.eot"
],
"glyphs": {
"arrow": {
"codepoint": 61696,
"source": "icons/arrow.svg"
},
"back": {
"codepoint": 61697,
"source": "icons/back.svg"
},
"calendar": {
"codepoint": 61698,
"source": "icons/calendar.svg"
},
"down": {
"codepoint": 61699,
"source": "icons/down.svg"
},
"download": {
"codepoint": 61700,
"source": "icons/download.svg"
},
"help": {
"codepoint": 61709,
"source": "icons/help.svg"
},
"home": {
"codepoint": 61701,
"source": "icons/home.svg"
},
"left": {
"codepoint": 61702,
"source": "icons/left.svg"
},
"right": {
"codepoint": 61704,
"source": "icons/right.svg"
},
"search": {
"codepoint": 61705,
"source": "icons/search.svg"
},
"substance-flammeable": {
"codepoint": 61706,
"source": "icons/substance-flammeable.svg"
},
"substance-highly-flammeable": {
"codepoint": 61707,
"source": "icons/substance-highly-flammeable.svg"
},
"tank": {
"codepoint": 61708,
"source": "icons/tank.svg"
}
},
"options": {
"autowidth": false,
"config": "fontcustom.yml",
"css_selector": ".icon-{{glyph}}",
"debug": true,
"font_ascent": 448,
"font_descent": 64,
"font_design_size": 16,
"font_em": 512,
"font_name": "icons",
"force": false,
"input": {
"templates": "icons",
"vectors": "icons"
},
"no_hash": true,
"output": {
"css": "sass/base",
"fonts": "fonts",
"preview": "icons"
},
"preprocessor_path": "../fonts",
"quiet": false,
"templates": [
"scss",
"preview"
]
},
"templates": [
"sass/base/_icons.scss",
"icons/icons-preview.html"
]
}