This repository has been archived by the owner on Feb 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.fontcustom-manifest.json
88 lines (88 loc) · 2.02 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
{
"checksum": {
"previous": "87cb0bbb12e52c0bf5dd82d23c735fcab7d21dc88e92ceae6225510cbdef76d2",
"current": "87cb0bbb12e52c0bf5dd82d23c735fcab7d21dc88e92ceae6225510cbdef76d2"
},
"fonts": [
"./assets/internal/cupcake-app-icons.ttf",
"./assets/internal/cupcake-app-icons.svg",
"./assets/internal/cupcake-app-icons.woff",
"./assets/internal/cupcake-app-icons.eot"
],
"glyphs": {
"admin": {
"codepoint": 61722,
"source": "./src/admin.svg"
},
"auth": {
"codepoint": 61697,
"source": "./src/auth.svg"
},
"cluster": {
"codepoint": 61730,
"source": "./src/cluster.svg"
},
"clusters": {
"codepoint": 61731,
"source": "./src/clusters.svg"
},
"files": {
"codepoint": 61723,
"source": "./src/files.svg"
},
"messenger": {
"codepoint": 61724,
"source": "./src/messenger.svg"
},
"micro": {
"codepoint": 61725,
"source": "./src/micro.svg"
},
"name-tag": {
"codepoint": 61728,
"source": "./src/name-tag.svg"
},
"search": {
"codepoint": 61726,
"source": "./src/search.svg"
},
"window-o": {
"codepoint": 61729,
"source": "./src/window-o.svg"
}
},
"options": {
"autowidth": true,
"config": "fontcustom.yml",
"css_selector": ".app-icn-{{glyph}}",
"debug": false,
"font_ascent": 448,
"font_descent": 64,
"font_design_size": 16,
"font_em": 512,
"font_name": "cupcake-app-icons",
"force": false,
"input": {
"templates": "./templates",
"vectors": "./src"
},
"no_hash": true,
"output": {
"css": "./assets/internal",
"fonts": "./assets/internal",
"preview": "./preview"
},
"preprocessor_path": "",
"project_root": "(pwd)",
"quiet": false,
"skip_first": false,
"templates": [
"cupcake-apps-bar.scss",
"preview"
]
},
"templates": [
"./assets/internal/cupcake-apps-bar.scss",
"./preview/cupcake-app-icons-preview.html"
]
}