-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.fontcustom-manifest.json
74 lines (74 loc) · 1.77 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
{
"checksum": {
"previous": "40418fc6fecf906d9588eca8b9dcf8c19511c5a5b562c72be4af39e2abca8413",
"current": "40418fc6fecf906d9588eca8b9dcf8c19511c5a5b562c72be4af39e2abca8413"
},
"fonts": [
"css/fontsampler-icons_40418fc6fecf906d9588eca8b9dcf8c1.ttf",
"css/fontsampler-icons_40418fc6fecf906d9588eca8b9dcf8c1.svg",
"css/fontsampler-icons_40418fc6fecf906d9588eca8b9dcf8c1.woff",
"css/fontsampler-icons_40418fc6fecf906d9588eca8b9dcf8c1.eot"
],
"glyphs": {
"align-center": {
"codepoint": 61696,
"source": "icons/align-center.svg"
},
"align-left": {
"codepoint": 61697,
"source": "icons/align-left.svg"
},
"align-right": {
"codepoint": 61698,
"source": "icons/align-right.svg"
},
"invert-black": {
"codepoint": 61699,
"source": "icons/invert-black.svg"
},
"invert-white": {
"codepoint": 61700,
"source": "icons/invert-white.svg"
},
"opentype": {
"codepoint": 61701,
"source": "icons/opentype.svg"
},
"settings": {
"codepoint": 61702,
"source": "icons/settings.svg"
}
},
"options": {
"autowidth": false,
"config": "fontcustom.yml",
"css_selector": ".icon-{{glyph}}",
"debug": false,
"font_ascent": 448,
"font_descent": 64,
"font_design_size": 16,
"font_em": 512,
"font_name": "fontsampler-icons",
"force": false,
"input": {
"templates": "icons",
"vectors": "icons"
},
"no_hash": false,
"output": {
"css": "css",
"fonts": "css",
"preview": "css"
},
"preprocessor_path": null,
"quiet": false,
"templates": [
"css",
"preview"
]
},
"templates": [
"css/fontsampler-icons.css",
"css/fontsampler-icons-preview.html"
]
}