-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.fontcustom-manifest.json
67 lines (67 loc) · 1.72 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
{
"checksum": {
"previous": "d3750ada8bc2d26070fc5215f0931b7a2298a69c9bd8fd4f6c4b83531031bb4a",
"current": "d3750ada8bc2d26070fc5215f0931b7a2298a69c9bd8fd4f6c4b83531031bb4a"
},
"fonts": [
"assets/ui-fonts/icons_d3750ada8bc2d26070fc5215f0931b7a.ttf",
"assets/ui-fonts/icons_d3750ada8bc2d26070fc5215f0931b7a.svg",
"assets/ui-fonts/icons_d3750ada8bc2d26070fc5215f0931b7a.woff",
"assets/ui-fonts/icons_d3750ada8bc2d26070fc5215f0931b7a.eot",
"assets/ui-fonts/icons_d3750ada8bc2d26070fc5215f0931b7a.woff2"
],
"glyphs": {
"arrow-down": {
"codepoint": 61704,
"source": "assets/ui-icons/arrow-down.svg"
},
"browser_controls": {
"codepoint": 61705,
"source": "assets/ui-icons/browser_controls.svg"
},
"browser_line": {
"codepoint": 61706,
"source": "assets/ui-icons/browser_line.svg"
},
"close": {
"codepoint": 61707,
"source": "assets/ui-icons/close.svg"
},
"menu": {
"codepoint": 61708,
"source": "assets/ui-icons/menu.svg"
}
},
"options": {
"autowidth": true,
"config": "fontcustom.yml",
"copyright": "",
"css3": false,
"css_selector": ".icon-{{glyph}}",
"debug": false,
"font_ascent": 700,
"font_descent": 300,
"font_design_size": 20,
"font_em": 1000,
"font_name": "icons",
"force": true,
"input": {
"templates": "assets/ui-icons",
"vectors": "assets/ui-icons"
},
"no_hash": false,
"output": {
"css": "assets/css",
"fonts": "assets/ui-fonts",
"preview": "assets/ui-fonts"
},
"preprocessor_path": "../ui-fonts/",
"quiet": false,
"templates": [
"scss"
]
},
"templates": [
"assets/css/_icons.scss"
]
}