forked from fontello/brandico.font
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
407 lines (359 loc) · 9.7 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
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
---
# 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/...
# dribble: 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
github: https://github.com/fontello/brandico.font
license: SIL
license_url: http://scripts.sil.org/OFL
css_prefix: "icon-"
columns: 4
transform:
baseline: 0.5
rescale: 0.95
offset: 0.025
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: brandico
fullname: Brandico
familyname: Brandico
copyright: (C) 2012 by Vitaly Puzrin
ascent: 800
descent: 200
glyphs:
- file: facebook
code: 0xf300
uid: 240979dd9fcf2e46250e66792edb8092
css: facebook
meta:
author: Facebook
homepage: http://www.facebook.com/brandpermissions/logos.php
search: [facebook]
- file: facebook-rect
code: 0xf301
uid: 8045477f6a7ef0bd7caff130ad25b88d
css: facebook-rect
meta:
author: Vitaly Puzrin
github: https://github.com/puzrin
twitter: https://twitter.com/puzrin
search: [facebook]
- file: twitter
code: 0xf302
uid: d611dd319d8c13b4551dc5bd85c1bdfd
css: twitter
meta:
author: Vitaly Puzrin
github: https://github.com/puzrin
twitter: https://twitter.com/puzrin
search: [twitter]
- file: twitter-bird
code: 0xf303
uid: 4c01f5d3ba5fbf029bca8630cce41e6a
css: twitter-bird
transform:
rescale: 0.9
offset: 0.05
meta:
author: Twitter
homepage: https://twitter.com/about/resources/logos
search: [twitter]
- file: vimeo
code: 0xf30f
uid: 70cdf244c51630e09038659d1dcbee87
css: vimeo
transform:
rescale: 0.8
offset: 0.05
meta:
author: Vitaly Puzrin
github: https://github.com/puzrin
twitter: https://twitter.com/puzrin
search: [vimeo]
- file: vimeo-rect
code: 0xf30e
uid: 31483d870b3f14ac12bdfe7331a6af99
css: vimeo-rect
meta:
author: Vitaly Puzrin
github: https://github.com/puzrin
twitter: https://twitter.com/puzrin
search: [vimeo]
- file: tumblr
code: 0xf311
uid: 076f25da90f45dd112e006f2cd7ea76b
css: tumblr
meta:
author: Vitaly Puzrin
github: https://github.com/puzrin
twitter: https://twitter.com/puzrin
search: [tumblr]
- file: tumblr-rect
code: 0xf310
uid: 9e6a3483242474b6a1f77739ae3fdfdc
css: tumblr-rect
meta:
author: Vitaly Puzrin
github: https://github.com/puzrin
twitter: https://twitter.com/puzrin
search: [tumblr]
- file: googleplus-rect
code: 0xf309
uid: 626fb97a7c0c0db53a1853fb9e96e223
css: googleplus-rect
meta:
author: Google
homepage: http://www.google.com/+/business/brand-guidelines.html
search: [google]
- file: github-text
code: 0xf307
uid: 24d1008bf15b6c02a5e7a6af026987dd
css: github-text
meta:
author: Vitaly Puzrin
github: https://github.com/puzrin
twitter: https://twitter.com/puzrin
search: [github]
- file: github
code: 0xf308
uid: 4a0bb1ac004980bb3837560d4c9e8cee
css: github
transform:
rescale: 0.9
offset: 0.05
meta:
author: Vitaly Puzrin
github: https://github.com/puzrin
twitter: https://twitter.com/puzrin
search: [github]
- file: skype
code: 0xf30b
uid: 5a00c877da3f63d37cdc021815e3f5a9
css: skype
meta:
author: Alex Peattie
homepage: http://www.alexpeattie.com/projects/justvector_icons/
search: [skype]
- file: icq
code: 0xf304
uid: 01f67de2dc0137389f1c3aced6273acd
css: icq
meta:
author: Vitaly Puzrin
github: https://github.com/puzrin
twitter: https://twitter.com/puzrin
search: [icq]
- file: yandex
code: 0xf305
uid: b2417d1ce399577d53fff70d54976fea
css: yandex
meta:
author: Vitaly Puzrin
github: https://github.com/puzrin
twitter: https://twitter.com/puzrin
search: [yandex]
- file: yandex-rect
code: 0xf306
uid: ea0cb6bedac64ae7933b03dad3130ef6
css: yandex-rect
meta:
author: Vitaly Puzrin
github: https://github.com/puzrin
twitter: https://twitter.com/puzrin
search: [yandex]
- file: vkontakte-rect
code: 0xf30a
uid: 5b16ceef1c8638bd5389c9302ea04098
css: vkontakte-rect
meta:
author: Vkontakte
homepage: http://vk.com/help.php?page=about
search: [vkontakte]
- file: odnoklassniki
code: 0xf30c
uid: 229e50061df526f24f1ae884fab52101
css: odnoklassniki
meta:
author: MailRu Group
homepage: http://corp.mail.ru/communications/odnoklassniki
search: [odnoklassniki]
- file: odnoklassniki-rect
code: 0xf30d
uid: 4a02cc611ae9fb342d6026b2ed6cc44e
css: odnoklassniki-rect
meta:
author: MailRu Group
homepage: http://corp.mail.ru/communications/odnoklassniki
search: [odnoklassniki]
- file: friendfeed
code: 0xf312
uid: eeec90e0e80f11e1aff10800200c9a66
css: friendfeed
meta:
author: Open Icon Library
homepage: http://openiconlibrary.sourceforge.net
search: [friendfeed]
- file: friendfeed-rect
code: 0xf313
uid: 41f4dd00e81111e1aff10800200c9a66
css: friendfeed-rect
meta:
author: Open Icon Library
homepage: http://openiconlibrary.sourceforge.net
search: [friendfeed]
- file: blogger
code: 0xf314
uid: 303f1f30-eda7-11e1-aff1-0800200c9a66
css: blogger
meta:
author: Open Clip Art Library
homepage: https://openclipart.org/
search: [blogger]
- file: blogger-rect
code: 0xf315
uid: a38dfae0ec2d11e1aff10800200c9a66
css: blogger-rect
meta:
author: Open Clip Art Library
homepage: https://openclipart.org/
search: [blogger]
- file: deviantart
code: 0xf316
uid: d04790a0ec2d11e1aff10800200c9a66
css: deviantart
transform:
rescale: 1.2
offset: -0.025
meta:
author: Open Icon Library
homepage: http://openiconlibrary.sourceforge.net
search: [deviantart]
- file: jabber
code: 0xf317
uid: 466d1430ec2e11e1aff10800200c9a66
css: jabber
meta:
author: Jabber Software Foundation
homepage: http://xmpp.org
search: [jabber]
- file: lastfm
code: 0xf318
uid: 9e237480ec2e11e1aff10800200c9a66
css: lastfm
meta:
author: Last.fm
homepage: http://www.last.fm/resources
search: [lastfm]
- file: lastfm-rect
code: 0xf319
uid: 53a3bbcda09740c98a1c3d2e0a6a89fb
css: lastfm-rect
meta:
author: Last.fm
homepage: http://www.last.fm/resources
search: [lastfm]
- file: linkedin
code: 0xf31a
uid: 542e3f055aaa4ddfb9ab3e00397db47f
css: linkedin
meta:
author: Open Icon Library
homepage: http://openiconlibrary.sourceforge.net
search: [linkedin]
- file: linkedin-rect
code: 0xf31b
uid: e9e96618b0f44170930f9b179237c76e
css: linkedin-rect
meta:
author: Open Icon Library
homepage: http://openiconlibrary.sourceforge.net
search: [linkedin]
- file: picasa
code: 0xf31c
uid: d93230ef6fa54fb9805ba4cc9d9af5b1
css: picasa
meta:
author: Open Icon Library
homepage: http://openiconlibrary.sourceforge.net
search: [picasa]
- file: wordpress
code: 0xf31d
uid: 1357ba39f8dc4519949cc4da55226b62
css: wordpress
meta:
author: Open Icon Library
homepage: http://openiconlibrary.sourceforge.net
search: [wordpress]