-
Notifications
You must be signed in to change notification settings - Fork 1
/
.fontcustom-manifest.json
77 lines (77 loc) · 2.11 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
{
"checksum": {
"previous": "a7452ba023e1de661f181c85e227d9f6c8335b38e267ed5b15abd9430d669a89",
"current": "a7452ba023e1de661f181c85e227d9f6c8335b38e267ed5b15abd9430d669a89"
},
"fonts": [
"app/assets/fonts/spina/checkout/icons.ttf",
"app/assets/fonts/spina/checkout/icons.svg",
"app/assets/fonts/spina/checkout/icons.woff",
"app/assets/fonts/spina/checkout/icons.eot",
"app/assets/fonts/spina/checkout/icons.woff2"
],
"glyphs": {
"arrow-left": {
"codepoint": 61701,
"source": "app/assets/icons/spina/checkout/arrow-left.svg"
},
"arrow-right": {
"codepoint": 61700,
"source": "app/assets/icons/spina/checkout/arrow-right.svg"
},
"check": {
"codepoint": 61703,
"source": "app/assets/icons/spina/checkout/check.svg"
},
"chevron-down": {
"codepoint": 61704,
"source": "app/assets/icons/spina/checkout/chevron-down.svg"
},
"minus": {
"codepoint": 61702,
"source": "app/assets/icons/spina/checkout/minus.svg"
},
"plus": {
"codepoint": 61697,
"source": "app/assets/icons/spina/checkout/plus.svg"
},
"trash": {
"codepoint": 61696,
"source": "app/assets/icons/spina/checkout/trash.svg"
}
},
"options": {
"autowidth": false,
"config": "config/fontcustom.yml",
"copyright": "",
"css3": false,
"css_selector": ".icon-{{glyph}}",
"debug": false,
"font_ascent": 448,
"font_descent": 64,
"font_design_size": 32,
"font_em": 512,
"font_name": "icons",
"force": true,
"input": {
"templates": "lib/fontcustom",
"vectors": "app/assets/icons/spina/checkout"
},
"no_hash": true,
"output": {
"css": "app/assets/stylesheets/spina/checkout",
"fonts": "app/assets/fonts/spina/checkout",
"preview": "app/assets/icons/spina/checkout/preview"
},
"preprocessor_path": null,
"quiet": false,
"templates": [
"_icons.scss",
"preview"
]
},
"templates": [
"app/assets/stylesheets/spina/checkout/_icons.scss",
"app/assets/icons/spina/checkout/preview/icons-preview.html"
]
}