-
Notifications
You must be signed in to change notification settings - Fork 0
/
.fontcustom-manifest.json
48 lines (48 loc) · 1.12 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
{
"checksum": {
"previous": "48a515a654761644852c8b2421a8a7e8b46aa89e7bd10c97ea62de7e798158a6",
"current": "48a515a654761644852c8b2421a8a7e8b46aa89e7bd10c97ea62de7e798158a6"
},
"fonts": [
"app/assets/fonts/icons.ttf",
"app/assets/fonts/icons.svg",
"app/assets/fonts/icons.woff",
"app/assets/fonts/icons.eot"
],
"glyphs": {
"arrow-down": {
"codepoint": 61696,
"source": "app/assets/icons/arrow-down.svg"
},
"arrow-up": {
"codepoint": 61697,
"source": "app/assets/icons/arrow-up.svg"
}
},
"options": {
"autowidth": false,
"config": "config/fontcustom.yml",
"css_selector": ".icon-{{glyph}}",
"debug": false,
"font_name": "icons",
"force": true,
"input": {
"templates": "app/assets/icons",
"vectors": "app/assets/icons"
},
"no_hash": true,
"output": {
"css": "app/assets/stylesheets",
"fonts": "app/assets/fonts",
"preview": "app/assets/fonts"
},
"preprocessor_path": "",
"quiet": false,
"templates": [
"scss"
]
},
"templates": [
"app/assets/stylesheets/_icons.scss"
]
}