-
Notifications
You must be signed in to change notification settings - Fork 0
/
.fontcustom-manifest.json
115 lines (115 loc) · 3 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"checksum": {
"previous": "ad4a600b6d073d5a2e95e44c2770c8011270c246575a3bbcd04321280df31a3a",
"current": "ad4a600b6d073d5a2e95e44c2770c8011270c246575a3bbcd04321280df31a3a"
},
"fonts": [
"./src/assets/font_icons/font_custom_ad4a600b6d073d5a2e95e44c2770c801.ttf",
"./src/assets/font_icons/font_custom_ad4a600b6d073d5a2e95e44c2770c801.svg",
"./src/assets/font_icons/font_custom_ad4a600b6d073d5a2e95e44c2770c801.woff",
"./src/assets/font_icons/font_custom_ad4a600b6d073d5a2e95e44c2770c801.eot",
"./src/assets/font_icons/font_custom_ad4a600b6d073d5a2e95e44c2770c801.woff2"
],
"glyphs": {
"account-circle": {
"codepoint": 61696,
"source": "./src/assets/icons/account-circle.svg"
},
"add-circle": {
"codepoint": 61708,
"source": "./src/assets/icons/add-circle.svg"
},
"arrow-down": {
"codepoint": 61709,
"source": "./src/assets/icons/arrow-down.svg"
},
"bell": {
"codepoint": 61716,
"source": "./src/assets/icons/bell.svg"
},
"book": {
"codepoint": 61710,
"source": "./src/assets/icons/book.svg"
},
"dashboard": {
"codepoint": 61717,
"source": "./src/assets/icons/dashboard.svg"
},
"data-usage": {
"codepoint": 61711,
"source": "./src/assets/icons/data-usage.svg"
},
"delete": {
"codepoint": 61718,
"source": "./src/assets/icons/delete.svg"
},
"download": {
"codepoint": 61697,
"source": "./src/assets/icons/download.svg"
},
"edit": {
"codepoint": 61719,
"source": "./src/assets/icons/edit.svg"
},
"heart": {
"codepoint": 61712,
"source": "./src/assets/icons/heart.svg"
},
"logo": {
"codepoint": 61698,
"source": "./src/assets/icons/logo.svg"
},
"play-circle": {
"codepoint": 61713,
"source": "./src/assets/icons/play-circle.svg"
},
"question-mark-circle": {
"codepoint": 61714,
"source": "./src/assets/icons/question-mark-circle.svg"
},
"search": {
"codepoint": 61720,
"source": "./src/assets/icons/search.svg"
},
"tag": {
"codepoint": 61715,
"source": "./src/assets/icons/tag.svg"
},
"upload": {
"codepoint": 61707,
"source": "./src/assets/icons/upload.svg"
}
},
"options": {
"autowidth": false,
"config": "fontcustom.yml",
"copyright": "",
"css3": false,
"css_selector": ".fa-{{glyph}}",
"debug": false,
"font_ascent": 448,
"font_descent": 64,
"font_design_size": 16,
"font_em": 512,
"font_name": "font_custom",
"force": true,
"input": {
"templates": "./src/assets/icons",
"vectors": "./src/assets/icons"
},
"no_hash": false,
"output": {
"css": "./src/",
"fonts": "./src/assets/font_icons",
"preview": "./src/assets/font_icons"
},
"preprocessor_path": "./src/assets/font_icons",
"quiet": false,
"templates": [
"scss"
]
},
"templates": [
"./src/_font_custom.scss"
]
}