-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yml
626 lines (523 loc) · 13.2 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
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
---
# 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: Just Be Nice studio
homepage: http://www.justbenicestudio.com/
email: yes@justbenice.ru
license: SIL
license_url: http://scripts.sil.org/OFL
css_prefix_text: "icon-"
columns: 4
transform:
baseline: 0.5
rescale: 0.9
offset: 0.05
font:
# use !!!small!!! letters a-z, or Opera will fail under OS X
# fontname will be also used as file name.
fontname: "websymbols"
fullname: Web Symbols
familyname: Web Symbols
copyright: Copyright (c) 2011 by Just Be Nice studio. All rights reserved.
ascent: 850
descent: -150
weight: Medium
glyphs:
- css: search
code: 0x1f50d
uid: 221947bea81f49a11b863c686a7bd235
from: 0x004c
search: [search, find]
- css: mail
code: 0x2709
uid: cba6018f5de17c76f70b7d2c06037e5a
from: 0x0040
search: [mail, email]
- css: heart
code: 0x2665
uid: 2a3cd95de2621bd87479396f236fd2a4
from: 0x004e
search: [heart]
- css: heart-empty
code: 0x2661
uid: 1bcc6c6369c3d475fa27115f806ff2ad
from: 0x004f
search: [heart]
- css: star
code: 0x2605
uid: 1526e1ee08023c1542cbf65d3a9afa93
from: 0x0052
search: [star]
- css: user
code: 0x1f464
uid: fd3128bf109153952b1b775ea574504b
from: 0x0055
search: [profile, contact, user, person, man, human]
- css: video
code: 0x1f3ac
uid: c23a66951b34ed7d449688d559afb213
from: 0x004d
search: [movie, video, film]
- css: picture
code: 0x1f304
uid: baa375529925294ea0a2bc889c93ba2d
from: 0x0049
search: [image, picture, photo]
- css: th-large
code: 0xe708
uid: 46cacfc5030a225f338323a3538a18e8
from: 0x00b9
search: [image, list, thumbnails]
- css: th
code: 0x268f
uid: 9e22a8a67fe3b88cdd5e4253c85debdb
from: 0x00b3
search: [image, list, thumbnails]
- css: th-list
code: 0x2630
uid: 84d19120538dd143b9cf5433f2417f48
from: 0x00b2
search: [list]
- css: ok
code: 0x2713
uid: 7b16b22168e762c88333f465da862098
from: 0x002e
search: [ok, yes, check, mark]
- css: ok-circle
code: 0x2714
uid: 157f2382d2c608c41d984c693174c83b
from: 0x002f
search: [ok, yes, check, mark]
- css: cancel
code: 0x2715
uid: 8da3ac534210aae9c0f0e13804c1df97
from: 0x0027
search: [close, cancel, reject]
- css: cancel-circle
code: 0x2716
uid: 15739f3032c2aa3df67efc96b3ffef56
from: 0x00d7
search: [close, cancel, reject]
- css: plus-circle
code: 0x2795
uid: a66e72da83c98248ae3ef43808efc452
from: 0x002b
search: [plus]
- css: minus-circle
code: 0x2796
uid: 994eaa764b3f30721f3839c64c390ce3
from: 0x002d
search: [minus]
- css: link
code: 0x1f517
uid: 3c4a596e8ee3584c4c9e7002371db19f
from: 0x004b
search: [link, url, address]
- css: attach
code: 0x1f4ce
uid: 21115bb09fa242341cb91ed34710aa13
from: 0x0041
search: [attach, clip, paperclip]
- css: lock
code: 0x1f512
uid: 95c84da411a955a12baff8b0859c9276
from: 0x0078
search: [lock]
- css: lock-open
code: 0x1f513
uid: 5184430eda6a2b9c989990e4bca70746
from: 0x0077
search: [lock]
- css: tag
code: 0xe70c
uid: e6ad31134a018fdeb64efe72d39edd65
from: 0x002c
search: [tag, price, offer]
- css: reply
code: 0xe712
uid: 77dc6351a75ce82023a99696c9dd1ed3
from: 0x0068
search: [reply]
- css: reply-all
code: 0xe713
uid: 0f9d6be0e0fe72ddcfd75c8a6401d1aa
from: 0x0069
search: [reply]
- css: forward
code: 0x27a6
uid: 32eebd7bef491a0cbf9bc839e40d271c
from: 0x006a
search: [forward]
- css: code
code: 0xe714
uid: 838db85de51df09e2d0c34a17dc30ff6
from: 0x0048
search: [code]
- css: retweet
code: 0xe717
uid: 63e2a597d744c3093e09fdd6108ee44f
from: 0x004a
search: [retweet, twitter]
- css: comment
code: 0xe718
uid: 889a8bd0b481e3523ede8a7d75164cd1
from: 0x0063
search: [comment, reply, write]
- css: comment-alt
code: 0xe71a
uid: b52aa05c9c55c41f1768cdaa940401a8
from: 0x0064
search: [comment, reply, write]
- css: chat
code: 0xe720
uid: 21f6a88daf13c62e5a70f5ef6ad9e23f
from: 0x0065
search: [chat, talk]
- css: attention
code: 0x26a0
uid: 97ac1a82370ae58f02e4ff1bdc58ee86
from: 0x0057
search: [attention, warning, alert]
- css: location
code: 0xe724
uid: 69f76f7134f721d16c28ab23f84d4882
from: 0x003f
search: [location, mark, marker]
- css: doc
code: 0xe730
uid: 22baa2ff73747e588f6c066010654d6d
from: 0x0061
search: [doc, article]
- css: docs-landscape
code: 0xe737
uid: eb1d9ac1cfa79d55aaf290c5a4ff266b
from: 0x0062
search: [doc, article]
- css: folder
code: 0x1f4c1
uid: f242fed2af708c938523b0e14d9c6b07
from: 0x0046
search: [folder]
- css: archive
code: 0xe738
uid: bb1090404a4d33340a9ad7302ef8b6e8
from: 0x005a
search: [archive]
- css: rss
code: 0xe73a
uid: 26f5aa38f3889213334b3990b4ad483b
from: 0x0042
search: [rss]
- css: rss-alt
code: 0xe73b
uid: 7645346d5ab8b17f69a9c765c180aca3
from: 0x0072
search: [rss]
- css: cog
code: 0x2699
uid: 26aba7edd46944209b4961670675a813
from: 0x0053
search: [settings, cog, gear]
- css: logout
code: 0xe741
uid: 74b2f1d1ee541715b3f389f7cdf63d1c
from: 0x0058
search: [logout, signout, exit]
- css: clock
code: 0x1f554
uid: 501f33ed61da407feb057a7699ef93f7
from: 0x0050
search: [clock, time]
- css: block
code: 0x1f6ab
uid: 2d070116ca776192ee8e8c7e00c4d5a6
from: 0x005c
search: [block, deny]
- css: resize-full
code: 0xe744
uid: 8667827e81897cf8b8d19dc492920f8d
from: 0x0025
search: [resize, fullscreen]
- css: resize-full-circle
code: 0xe7a6
uid: 9990c2588fd50406f36987e80e1e905b
from: 0x0026
search: [resize, fullscreen]
- css: popup
code: 0xe74c
uid: c9d395b295ad7d9c28298dcea916c6df
from: 0x0044
search: [popup, window]
- css: left-open
code: 0xe75d
uid: 04960bf02134620e6c61bac8d6569502
from: 0x003c
search: [arrow, left]
- css: right-open
code: 0xe75e
uid: 715e1003368da5e5c41ae35190af68a1
from: 0x003e
search: [arrow, right]
- css: down-circle
code: 0xe4a4
uid: e160a7e42e4e818463fd5a8607b9f608
from: 0x003b
search: [arrow, down]
- css: left-circle
code: 0xe4a1
uid: 7e092c82e9a758b6e95297007969aac1
from: 0x0028
search: [arrow, left]
- css: right-circle
code: 0xe4a2
uid: d30928620bda0d5eaa85d3b65bf19963
from: 0x0029
search: [arrow, right]
- css: up-circle
code: 0xe4a3
uid: a7e3ce91275bb77c0f4ec44a548b325c
from: 0x003a
search: [arrow, up]
- css: down-dir
code: 0x25be
uid: 1821ddf00a08cef133824b1a4fd4790e
from: 0x005b
search: [arrow, down]
- css: right-dir
code: 0x25b8
uid: 9c5557d93ab810b192b13adcf77e8c84
from: 0x005d
search: [arrow, right]
- css: down-micro
code: 0xe7a7
uid: 35674c31693db324f2fd6a48f1079263
from: 0x007b
search: [arrow, down]
- css: up-micro
code: 0xe7a8
uid: fbed8311a5af2a8e5599246d9939a475
from: 0x007d
search: [arrow, right]
- css: cw-circle
code: 0xe7a9
uid: 141d5c2168c8b09979b75ecfab004e71
from: 0x002a
search: [reload, redo, repeat]
- css: arrows-cw
code: 0xe760
uid: 41eeea14413f2539da21b4d1754bf4be
from: 0x0056
search: [reload, refresh, update, sync]
- css: updown-circle
code: 0xe7aa
uid: 50ae91f6ed0e10a5e9eec6c63afedfb5
from: 0x007e
search: [arrow, move]
- css: target
code: 0x1f3af
uid: 006ab50770cd7183b27004f856b989e4
from: 0x0060
search: [target]
- css: signal
code: 0x1f4f6
uid: af3a08c6f521a065252ee35392864e15
from: 0x0075
search: [chart, bar, diagram, signal, wifi]
- css: progress-0
code: 0x0030
uid: c87205006317fa2c4baa78a8f010336e
search: [progress, wait]
- css: progress-1
code: 0x0031
uid: 219f912320853b772ced5ef8dcd90aa8
search: [progress, wait]
- css: progress-2
code: 0x0032
uid: 52a572564b343cac4094f4065d9a60c7
search: [progress, wait]
- css: progress-3
code: 0x0033
uid: e1619edac8d9d337c29dad11e661b5ca
search: [progress, wait]
- css: progress-4
code: 0x0034
uid: 7eb19468929f2d110339227ab4ea795f
search: [progress, wait]
- css: progress-5
code: 0x0035
uid: be68e15ee051e52d4922090cd05c176c
search: [progress, wait]
- css: progress-6
code: 0x0036
uid: 5c56ff8528dc54a54e8c1d4a850b9014
search: [progress, wait]
- css: progress-7
code: 0x0037
uid: a54fbbda12ee4eff1a91d04a80f836b1
search: [progress, wait]
- css: font
code: 0xe779
uid: 9ecf5170254e332a2c92cbbe85df94a8
from: 0x0054
search: [editor, font]
- css: list
code: 0xe782
uid: cf1d7ee3d5c367a5c5a3cc9e77acec68
from: 0x0070
search: [editor, list]
- css: list-numbered
code: 0xe7ad
uid: 00d6d0f4cda0621ae03893dcfeb9bb1d
from: 0x0071
search: [editor, list]
- css: indent-left
code: 0xe783
uid: beb54ffa9c4b49c62af6fa72354d1740
from: 0x006f
search: [editor, indent]
- css: indent-right
code: 0xe784
uid: a3f13abf118d3c6abe3e99a6c296a9a5
from: 0x006e
search: [editor, indent]
- css: cloud
code: 0x2601
uid: 7e25a96981e6bd6b1592c409da293c45
from: 0x0043
search: [cloud]
- css: terminal
code: 0xe7ac
uid: e92e6cad2da0ee4bc374a1ef4c6ab12b
from: 0x005f
search: [terminal, prompt]
# WTF?
# - file: glyph92
# code: 0xe000
# JustBeNice logo
# - file: glyph5
# code: 0x0023
- css: facebook-rect
code: 0xf301
uid: ebbe0cc0600cb69375abc20af545967f
from: 0x0066
search: [facebook]
- css: twitter-bird
code: 0xf303
uid: a4765de460cc6485b1ca5b36222f41d5
from: 0x0074
search: [twitter]
- css: vimeo-rect
code: 0xf30e
uid: 335bfd225407f1205eddd3d47744e6be
from: 0x006d
search: [vimeo]
- css: tumblr-rect
code: 0xf310
uid: 9829cb345a4512f5aece933ba836ff1f
from: 0x006b
search: [tumblr]
- css: googleplus-rect
code: 0xf309
uid: 0e5740f288f6f5cb04eef63f7f0a1506
from: 0x0067
search: [google]
- css: linkedin-rect
code: 0xf312
uid: 8870252f5da59a63564fb6790a347c8e
from: 0x006c
search: [linkedin]
- css: skype
code: 0xf30b
uid: a25ef3626c7bd7031709a8264f280bfe
from: 0x0073
search: [skype]
- css: vkontakte-rect
code: 0xf30a
uid: f6dfd6896053ff75262b8ad4baec251e
from: 0x0076
search: [vkontakte]
- css: youtube
code: 0xf313
uid: 2d3ce9463ed5525c6faa01f84c957843
from: 0x0079
searcj: [youtube]
# WTF?
# - css: lettery
# code: 0x007a
- css: odnoklassniki-rect
code: 0xf30d
uid: 5fb90c2cd2cc4ceb3fb6e787aae73fd3
from: 0x0051
search: [odnoklassniki]