forked from lukas-w/font-logos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.fontcustom-manifest.json
161 lines (161 loc) · 3.55 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"checksum": {
"previous": "079863186bdbfa6052d37e014a263829009501619845fefd0d6340edd3407c32",
"current": "079863186bdbfa6052d37e014a263829009501619845fefd0d6340edd3407c32"
},
"fonts": [
"assets/font-linux.ttf",
"assets/font-linux.svg",
"assets/font-linux.woff",
"assets/font-linux.eot"
],
"glyphs": {
"alpine": {
"codepoint": 61727,
"source": "vectors/alpine.svg"
},
"aosc": {
"codepoint": 61718,
"source": "vectors/aosc.svg"
},
"apple": {
"codepoint": 61724,
"source": "vectors/apple.svg"
},
"archlinux": {
"codepoint": 61696,
"source": "vectors/archlinux.svg"
},
"centos": {
"codepoint": 61697,
"source": "vectors/centos.svg"
},
"coreos": {
"codepoint": 61712,
"source": "vectors/coreos.svg"
},
"debian": {
"codepoint": 61698,
"source": "vectors/debian.svg"
},
"docker": {
"codepoint": 61726,
"source": "vectors/docker.svg"
},
"elementary": {
"codepoint": 61715,
"source": "vectors/elementary.svg"
},
"fedora": {
"codepoint": 61699,
"source": "vectors/fedora.svg"
},
"fedora-inverse": {
"codepoint": 61716,
"source": "vectors/fedora-inverse.svg"
},
"freebsd": {
"codepoint": 61711,
"source": "vectors/freebsd.svg"
},
"gentoo": {
"codepoint": 61713,
"source": "vectors/gentoo.svg"
},
"linuxmint": {
"codepoint": 61701,
"source": "vectors/linuxmint.svg"
},
"linuxmint-inverse": {
"codepoint": 61702,
"source": "vectors/linuxmint-inverse.svg"
},
"mageia": {
"codepoint": 61703,
"source": "vectors/mageia.svg"
},
"mandriva": {
"codepoint": 61704,
"source": "vectors/mandriva.svg"
},
"manjaro": {
"codepoint": 61723,
"source": "vectors/manjaro.svg"
},
"nixos": {
"codepoint": 61719,
"source": "vectors/nixos.svg"
},
"opensuse": {
"codepoint": 61705,
"source": "vectors/opensuse.svg"
},
"raspberry-pi": {
"codepoint": 61722,
"source": "vectors/raspberry-pi.svg"
},
"redhat": {
"codepoint": 61706,
"source": "vectors/redhat.svg"
},
"sabayon": {
"codepoint": 61717,
"source": "vectors/sabayon.svg"
},
"slackware": {
"codepoint": 61707,
"source": "vectors/slackware.svg"
},
"slackware-inverse": {
"codepoint": 61708,
"source": "vectors/slackware-inverse.svg"
},
"tux": {
"codepoint": 61720,
"source": "vectors/tux.svg"
},
"ubuntu": {
"codepoint": 61709,
"source": "vectors/ubuntu.svg"
},
"ubuntu-inverse": {
"codepoint": 61710,
"source": "vectors/ubuntu-inverse.svg"
}
},
"options": {
"autowidth": false,
"config": "fontcustom.yml",
"css_selector": ".fl-{{glyph}}",
"debug": false,
"font_ascent": 448,
"font_descent": 64,
"font_design_size": 16,
"font_em": 512,
"font_name": "font-linux",
"force": true,
"input": {
"templates": "templates",
"vectors": "vectors"
},
"no_hash": true,
"output": {
"css": "assets",
"font-linux.css": "assets",
"fonts": "assets",
"preview": "assets"
},
"preprocessor_path": "",
"quiet": false,
"templates": [
"preview",
"font-linux.css",
"icon_preview.html"
]
},
"templates": [
"assets/font-linux-preview.html",
"assets/font-linux.css",
"assets/icon_preview.html"
]
}