-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathconfig.yml
390 lines (376 loc) · 10.5 KB
/
config.yml
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
---
# This is configuration file for font builder and other support scripts.
# Format is descriped below.
#
#
# # metadata, to generate demo & fontello info dialogs
# meta:
#
# author: Daniel Buce
# homepage: http://...
# email: ...
# twitter: http://twitter.com/...
# dribbble: http://dribbble.com/...
# license: SIL
# license_url: http://scripts.sil.org/OFL
#
# css-prefix: "icon-" # prefix for css-generated classes
# demo-columns: 4 # used for html demo page generation
#
# # Font headers. All vars from here will be used as font
# # params in fontforge http://fontforge.sourceforge.net/python.html
# font:
#
# version: "1.0"
#
# # use !!!small!!! letters a-z, or Opera will fail under OS X
# # fontname will be also used as file name.
# fontname: myfont
#
# fullname: MyFont
# familyname: Myfont
#
# copyright: Copyright (C) 2012 by xxxxxxxx
#
# ascent: 1638
# descent: 410
# weight: Regular
#
#
# #
# # Optional. You can apply global rescale + offset to all font glyphs.
# # Param values ar 0..1, where 1 = 100%.
# #
# transform:
# baseline: 0.2 # baseline for rescale symmetry. Default value
# # calculated from ascent/decsent
# rescale: 0.68 # rescale glyphs and center around baseline
# offset: -0.1 # shift up/down
#
# glyphs:
# - file: glyph1_file # file name, without extention
# from: 0xNNN # Source code for remapper or merge tool
# code: 0xNNN # Symbol code 0x - hex
# css: icon-gpyph1-name # For generated CSS
# search: [word1, word2] # Search aliases (array). CSS name will be
# # included automatically
# src: first_font_alias # alias to font for merge tool
# # list of aliases in src_fonts section
#
# #
# # local transformations, only for this glyph (optional)
# #
# transform: # personal glyph transformation.
# rescale_rel # *_rel - applyed after global.
# offset: 0.2 # without *_rel - override global
#
# #
# # Fonts aliases used only in font merge tool
# #
# src_fonts:
# first_font_alias: "/absolute/path/to/first/font.ttf"
#
################################################################################
#
meta:
author: Crowdsourced, for Fontello project
homepage: http://fontello.com
email: [email protected]
twitter: http://twitter.com/puzrin
github: https://github.com/fontello/fontelico.font
license: SIL
license_url: http://scripts.sil.org/OFL
css_prefix_text: "icon-"
columns: 4
#transform:
# baseline: 0.4
# rescale: 2.4
font:
# use !!!small!!! letters a-z, or Opera will fail under OS X
# fontname will be also used as file name.
fontname: fontelico
fullname: Fontelico
familyname: Fontelico
copyright: Copyright (C) 2012 by Fontello project
ascent: 850
descent: -150
weight: Normal
glyphs:
-
css: emo-happy
code: 0xe800
uid: c64623255a4a7c72436b199b05296c4f
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, happy]
-
css: emo-wink
code: 0xe801
uid: 1ba44825e5f10920b4e3f1d0c73f79a2
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, wink]
-
css: emo-wink2
code: 0xe813
uid: 4bb2045a2aca451705fe8a23c4a576ab
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, wink]
-
css: emo-unhappy
code: 0xe802
uid: 53ed8570225581269cd7eff5795e8bea
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, unhappy]
-
css: emo-sleep
code: 0xe803
uid: fd59eac4d575b48eb156590b63a355fd
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, sleep]
-
css: emo-thumbsup
code: 0xe804
uid: 142263941b9f4cd4b2b84f1f4cd13b1d
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, thumbsup]
-
css: emo-devil
code: 0xe805
uid: 4dd56d61fd0dab19277824da301424b3
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, devil]
-
css: emo-surprised
code: 0xe806
uid: 68e298ff2d8b25dd7f647ed64f5ae690
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, surprised]
-
css: emo-tongue
code: 0xe807
uid: bb68a13a3574b087d4350eff0b8d48e3
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, tongue]
-
css: emo-coffee
code: 0xe808
uid: 48cc210e59ff4bc56b6c8fba6eb384b8
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, coffee]
-
css: emo-sunglasses
code: 0xe809
uid: 078fec38562c3f83a1201a908040c141
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, sunglasses]
-
css: emo-displeased
code: 0xe80a
uid: 043b585886018be7408f4c77c1a3759c
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, displeased]
-
css: emo-beer
code: 0xe80b
uid: 3a900d0e9f43f5409211f62bec557379
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, beer]
-
css: emo-grin
code: 0xe80c
uid: cbc328d1c779a2b9e3b1199d904199a5
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, grin]
-
css: emo-angry
code: 0xe80d
uid: f0d3ad15d020cf187d42dd3b2295b65c
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, angry]
-
css: emo-saint
code: 0xe80e
uid: 5195e2dcb4a63fbb8c09896a8058f6ab
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, saint]
-
css: emo-cry
code: 0xe80f
uid: 04688d76a33ce7a7950e40fae79c08ac
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, cry]
-
css: emo-shoot
code: 0xe810
uid: 4843d0d6050dd508d4c101a334f46db2
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, shoot]
-
css: emo-squint
code: 0xe811
uid: fc92480dedc439d274d4e3e4b425edf4
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, squint]
-
css: emo-laugh
code: 0xe812
uid: 2bd5f98482d86649958312ea2ab5bb40
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [emoticon, smiley, laugh]
-
css: spin1
code: 0xe830
uid: 72109d2fb3088d0e66ea6a9204297651
css-ext: animate-spin
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [load, progress, wait]
-
css: spin2
code: 0xe831
uid: f0c301ac841dafc38d8eb1b933fc73e5
css-ext: animate-spin
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [load, progress, wait]
-
css: spin3
code: 0xe832
uid: 2a6740fc2f9d0edea54205963f662594
css-ext: animate-spin
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [load, progress, wait]
-
css: spin4
code: 0xe834
uid: 9bd60140934a1eb9236fd7a8ab1ff6ba
css-ext: animate-spin
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [load, progress, wait]
-
css: spin5
code: 0xe838
uid: 5d2d07f112b8de19f2c0dbfec3e42c05
css-ext: animate-spin
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [load, progress, wait]
-
css: spin6
code: 0xe839
uid: 9bc2902722abb366a213a052ade360bc
css-ext: animate-spin
meta:
author: Angela Berbentseva, specially for fontello
email: [email protected]
search: [load, progress, wait]
-
css: firefox
code: 0xe840
uid: 62c089cb34e74b3a1200bc7f5314eb4e
meta:
author: Angela Berbentseva
email: [email protected]
search: [browser, firefox]
-
css: chrome
code: 0xe841
uid: 9c2b737b16ae2c8d66b7bfd29ba5ecd8
meta:
author: Angela Berbentseva
email: [email protected]
search: [browser, chrome]
-
css: opera
code: 0xe842
uid: 45861dd1e5ce4fde338bcccf01eeb808
meta:
author: Angela Berbentseva
email: [email protected]
search: [browser, opera]
-
css: ie
code: 0xe843
uid: 2a46f1d1c9bd036e17a74e46613c1636
meta:
author: Angela Berbentseva
email: [email protected]
search: [browser, ie, bullshit, crap]
-
css: crown
code: 0xe844
uid: 186dec7a13156bbe2550790c158fb85d
meta:
author: Sebastian Janzen
email: [email protected]
search: [crown, leader]
-
css: crown-plus
code: 0xe845
uid: 36ef9feb0754335302784521267a9ad4
meta:
author: Sebastian Janzen
email: [email protected]
search: [crown, plus, leader, add]
-
css: crown-minus
code: 0xe846
uid: ec8496ef645f3be7b28147ec60cd9ab1
meta:
author: Sebastian Janzen
email: [email protected]
search: [crown, minus, leader, remove]
-
css: marquee
code: 0xe847
uid: 8ce732688587909ad0a9d8323eaca8ad
meta:
author: Doug Griffith
email: [email protected]
search: [marquee]