-
Notifications
You must be signed in to change notification settings - Fork 1
/
.fontcustom-manifest.json
75 lines (75 loc) · 1.7 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
{
"checksum": {
"previous": "69b43d1d2d80ae314176ed73046357c51e270f711a775efb2e8a291f1bca589c",
"current": "69b43d1d2d80ae314176ed73046357c51e270f711a775efb2e8a291f1bca589c"
},
"fonts": [
"output/fonts//devops-icon-font.ttf",
"output/fonts//devops-icon-font.svg",
"output/fonts//devops-icon-font.woff",
"output/fonts//devops-icon-font.eot"
],
"glyphs": {
"consul": {
"codepoint": 61696,
"source": "vectors/consul.svg"
},
"coreos": {
"codepoint": 61700,
"source": "vectors/coreos.svg"
},
"docker": {
"codepoint": 61697,
"source": "vectors/docker.svg"
},
"flocker": {
"codepoint": 61702,
"source": "vectors/flocker.svg"
},
"mesos": {
"codepoint": 61701,
"source": "vectors/mesos.svg"
},
"puppet": {
"codepoint": 61703,
"source": "vectors/puppet.svg"
},
"terraform": {
"codepoint": 61698,
"source": "vectors/terraform.svg"
}
},
"options": {
"autowidth": false,
"config": "fontcustom.yml",
"css_selector": ".icon-{{glyph}}",
"debug": true,
"font_ascent": 448,
"font_descent": 64,
"font_design_size": 16,
"font_em": 512,
"font_name": "devops-icon-font",
"force": true,
"input": {
"templates": "templates/",
"vectors": "vectors/"
},
"no_hash": true,
"output": {
"css": "output/css/",
"fonts": "output/fonts/",
"index.html": ".",
"preview": "output/styleguide/"
},
"preprocessor_path": "output/fonts/",
"quiet": false,
"templates": [
"index.html",
"css"
]
},
"templates": [
"./index.html",
"output/css/devops-icon-font.css"
]
}