Shortcodes by Angie Makes - Version 1.33

Version Description

Download this release

Release Info

Developer cbaldelomar
Plugin Icon wp plugin Shortcodes by Angie Makes
Version 1.33
Comparing to
See all releases

Code changes from version 1.32 to 1.33

README.md CHANGED
@@ -1,8 +1,8 @@
1
  # WordPress Canvas - Shortcodes #
2
 
3
  **Contributors:** cbaldelomar
4
- **Donate link:** http://webplantmedia.com/pay-now/
5
- **Tags:** shortcode, shortcodes, accordion, accordions, tab, tabs, toggle, columns, column, section, sections, testimonials, border, borders, button, buttons, fullwidth, full width, notification, notifications, google maps, maps, googlemaps, social icons, progress bar, pricing, pricing box, highlights, image, flags, banners, countdown, rsvp, custom html, code, code snippets, snippets, isotope, masonry, posts, post_type
6
  **Requires at least:** 3.7
7
  **Tested up to:** 3.8.1
8
  **Stable tag:** trunk
@@ -35,6 +35,7 @@ Enhance your pages and posts with the following features.
35
  * Custom HTML
36
  * Code Snippets
37
  * Isotope / Masonry Posts
 
38
 
39
  [Live Demo & Documentation](http://wordpresscanvas.com/features/shortcodes/)
40
 
@@ -65,6 +66,10 @@ Use the shortcode manager in the TinyMCE text editor
65
 
66
  ## Changelog ##
67
 
 
 
 
 
68
  ### Version 1.32
69
 
70
  * Added Font Awesome Icons.
1
  # WordPress Canvas - Shortcodes #
2
 
3
  **Contributors:** cbaldelomar
4
+ **Donate link:** http://webplantmedia.com/donate/
5
+ **Tags:** shortcode, shortcodes, accordion, accordions, tab, tabs, toggle, columns, column, section, sections, testimonials, border, borders, button, buttons, fullwidth, full width, notification, notifications, google maps, maps, googlemaps, social icons, progress bar, pricing, pricing box, highlights, image, flags, banners, countdown, rsvp, custom html, code, code snippets, snippets, isotope, masonry, posts, post_type, font awesome, icons, fontawesome, fa icons
6
  **Requires at least:** 3.7
7
  **Tested up to:** 3.8.1
8
  **Stable tag:** trunk
35
  * Custom HTML
36
  * Code Snippets
37
  * Isotope / Masonry Posts
38
+ * Font Awesome Icons
39
 
40
  [Live Demo & Documentation](http://wordpresscanvas.com/features/shortcodes/)
41
 
66
 
67
  ## Changelog ##
68
 
69
+ ### Version 1.33
70
+
71
+ * Added shortcodes for inserting Font Awesome icons.
72
+
73
  ### Version 1.32
74
 
75
  * Added Font Awesome Icons.
includes/css/font-awesome.css CHANGED
@@ -1,10 +1,1335 @@
1
  @font-face {
2
  font-family: 'FontAwesome';
3
- src: url('../fonts/fontawesome-webfont.eot?v=3.2.1');
4
- src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
5
- url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),
6
- url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
7
- url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
8
  font-weight: normal;
9
  font-style: normal;
10
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  @font-face {
2
  font-family: 'FontAwesome';
3
+ src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
4
+ src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
5
+ url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
6
+ url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
7
+ url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=4.0.3') format('svg');
8
  font-weight: normal;
9
  font-style: normal;
10
  }
11
+ .fa {
12
+ display: inline-block;
13
+ font-family: FontAwesome;
14
+ font-style: normal;
15
+ font-weight: normal;
16
+ line-height: 1;
17
+ -webkit-font-smoothing: antialiased;
18
+ -moz-osx-font-smoothing: grayscale;
19
+ }
20
+ /* makes the font 33% larger relative to the icon container */
21
+ .fa-lg {
22
+ font-size: 1.3333333333333333em;
23
+ line-height: 0.75em;
24
+ vertical-align: -15%;
25
+ }
26
+ .fa-2x {
27
+ font-size: 2em;
28
+ }
29
+ .fa-3x {
30
+ font-size: 3em;
31
+ }
32
+ .fa-4x {
33
+ font-size: 4em;
34
+ }
35
+ .fa-5x {
36
+ font-size: 5em;
37
+ }
38
+ .fa-fw {
39
+ width: 1.2857142857142858em;
40
+ text-align: center;
41
+ }
42
+ .fa-ul {
43
+ padding-left: 0;
44
+ margin-left: 2.142857142857143em;
45
+ list-style-type: none;
46
+ }
47
+ .fa-ul > li {
48
+ position: relative;
49
+ }
50
+ .fa-li {
51
+ position: absolute;
52
+ left: -2.142857142857143em;
53
+ width: 2.142857142857143em;
54
+ top: 0.14285714285714285em;
55
+ text-align: center;
56
+ }
57
+ .fa-li.fa-lg {
58
+ left: -1.8571428571428572em;
59
+ }
60
+ .fa-border {
61
+ padding: .2em .25em .15em;
62
+ border: solid 0.08em #eeeeee;
63
+ border-radius: .1em;
64
+ }
65
+ .pull-right {
66
+ float: right;
67
+ }
68
+ .pull-left {
69
+ float: left;
70
+ }
71
+ .fa.pull-left {
72
+ margin-right: .3em;
73
+ }
74
+ .fa.pull-right {
75
+ margin-left: .3em;
76
+ }
77
+ .fa-spin {
78
+ -webkit-animation: spin 2s infinite linear;
79
+ -moz-animation: spin 2s infinite linear;
80
+ -o-animation: spin 2s infinite linear;
81
+ animation: spin 2s infinite linear;
82
+ }
83
+ @-moz-keyframes spin {
84
+ 0% {
85
+ -moz-transform: rotate(0deg);
86
+ }
87
+ 100% {
88
+ -moz-transform: rotate(359deg);
89
+ }
90
+ }
91
+ @-webkit-keyframes spin {
92
+ 0% {
93
+ -webkit-transform: rotate(0deg);
94
+ }
95
+ 100% {
96
+ -webkit-transform: rotate(359deg);
97
+ }
98
+ }
99
+ @-o-keyframes spin {
100
+ 0% {
101
+ -o-transform: rotate(0deg);
102
+ }
103
+ 100% {
104
+ -o-transform: rotate(359deg);
105
+ }
106
+ }
107
+ @-ms-keyframes spin {
108
+ 0% {
109
+ -ms-transform: rotate(0deg);
110
+ }
111
+ 100% {
112
+ -ms-transform: rotate(359deg);
113
+ }
114
+ }
115
+ @keyframes spin {
116
+ 0% {
117
+ transform: rotate(0deg);
118
+ }
119
+ 100% {
120
+ transform: rotate(359deg);
121
+ }
122
+ }
123
+ .fa-rotate-90 {
124
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
125
+ -webkit-transform: rotate(90deg);
126
+ -moz-transform: rotate(90deg);
127
+ -ms-transform: rotate(90deg);
128
+ -o-transform: rotate(90deg);
129
+ transform: rotate(90deg);
130
+ }
131
+ .fa-rotate-180 {
132
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
133
+ -webkit-transform: rotate(180deg);
134
+ -moz-transform: rotate(180deg);
135
+ -ms-transform: rotate(180deg);
136
+ -o-transform: rotate(180deg);
137
+ transform: rotate(180deg);
138
+ }
139
+ .fa-rotate-270 {
140
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
141
+ -webkit-transform: rotate(270deg);
142
+ -moz-transform: rotate(270deg);
143
+ -ms-transform: rotate(270deg);
144
+ -o-transform: rotate(270deg);
145
+ transform: rotate(270deg);
146
+ }
147
+ .fa-flip-horizontal {
148
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
149
+ -webkit-transform: scale(-1, 1);
150
+ -moz-transform: scale(-1, 1);
151
+ -ms-transform: scale(-1, 1);
152
+ -o-transform: scale(-1, 1);
153
+ transform: scale(-1, 1);
154
+ }
155
+ .fa-flip-vertical {
156
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
157
+ -webkit-transform: scale(1, -1);
158
+ -moz-transform: scale(1, -1);
159
+ -ms-transform: scale(1, -1);
160
+ -o-transform: scale(1, -1);
161
+ transform: scale(1, -1);
162
+ }
163
+ .fa-stack {
164
+ position: relative;
165
+ display: inline-block;
166
+ width: 2em;
167
+ height: 2em;
168
+ line-height: 2em;
169
+ vertical-align: middle;
170
+ }
171
+ .fa-stack-1x,
172
+ .fa-stack-2x {
173
+ position: absolute;
174
+ left: 0;
175
+ width: 100%;
176
+ text-align: center;
177
+ }
178
+ .fa-stack-1x {
179
+ line-height: inherit;
180
+ }
181
+ .fa-stack-2x {
182
+ font-size: 2em;
183
+ }
184
+ .fa-inverse {
185
+ color: #ffffff;
186
+ }
187
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
188
+ readers do not read off random characters that represent icons */
189
+ .fa-glass:before {
190
+ content: "\f000";
191
+ }
192
+ .fa-music:before {
193
+ content: "\f001";
194
+ }
195
+ .fa-search:before {
196
+ content: "\f002";
197
+ }
198
+ .fa-envelope-o:before {
199
+ content: "\f003";
200
+ }
201
+ .fa-heart:before {
202
+ content: "\f004";
203
+ }
204
+ .fa-star:before {
205
+ content: "\f005";
206
+ }
207
+ .fa-star-o:before {
208
+ content: "\f006";
209
+ }
210
+ .fa-user:before {
211
+ content: "\f007";
212
+ }
213
+ .fa-film:before {
214
+ content: "\f008";
215
+ }
216
+ .fa-th-large:before {
217
+ content: "\f009";
218
+ }
219
+ .fa-th:before {
220
+ content: "\f00a";
221
+ }
222
+ .fa-th-list:before {
223
+ content: "\f00b";
224
+ }
225
+ .fa-check:before {
226
+ content: "\f00c";
227
+ }
228
+ .fa-times:before {
229
+ content: "\f00d";
230
+ }
231
+ .fa-search-plus:before {
232
+ content: "\f00e";
233
+ }
234
+ .fa-search-minus:before {
235
+ content: "\f010";
236
+ }
237
+ .fa-power-off:before {
238
+ content: "\f011";
239
+ }
240
+ .fa-signal:before {
241
+ content: "\f012";
242
+ }
243
+ .fa-gear:before,
244
+ .fa-cog:before {
245
+ content: "\f013";
246
+ }
247
+ .fa-trash-o:before {
248
+ content: "\f014";
249
+ }
250
+ .fa-home:before {
251
+ content: "\f015";
252
+ }
253
+ .fa-file-o:before {
254
+ content: "\f016";
255
+ }
256
+ .fa-clock-o:before {
257
+ content: "\f017";
258
+ }
259
+ .fa-road:before {
260
+ content: "\f018";
261
+ }
262
+ .fa-download:before {
263
+ content: "\f019";
264
+ }
265
+ .fa-arrow-circle-o-down:before {
266
+ content: "\f01a";
267
+ }
268
+ .fa-arrow-circle-o-up:before {
269
+ content: "\f01b";
270
+ }
271
+ .fa-inbox:before {
272
+ content: "\f01c";
273
+ }
274
+ .fa-play-circle-o:before {
275
+ content: "\f01d";
276
+ }
277
+ .fa-rotate-right:before,
278
+ .fa-repeat:before {
279
+ content: "\f01e";
280
+ }
281
+ .fa-refresh:before {
282
+ content: "\f021";
283
+ }
284
+ .fa-list-alt:before {
285
+ content: "\f022";
286
+ }
287
+ .fa-lock:before {
288
+ content: "\f023";
289
+ }
290
+ .fa-flag:before {
291
+ content: "\f024";
292
+ }
293
+ .fa-headphones:before {
294
+ content: "\f025";
295
+ }
296
+ .fa-volume-off:before {
297
+ content: "\f026";
298
+ }
299
+ .fa-volume-down:before {
300
+ content: "\f027";
301
+ }
302
+ .fa-volume-up:before {
303
+ content: "\f028";
304
+ }
305
+ .fa-qrcode:before {
306
+ content: "\f029";
307
+ }
308
+ .fa-barcode:before {
309
+ content: "\f02a";
310
+ }
311
+ .fa-tag:before {
312
+ content: "\f02b";
313
+ }
314
+ .fa-tags:before {
315
+ content: "\f02c";
316
+ }
317
+ .fa-book:before {
318
+ content: "\f02d";
319
+ }
320
+ .fa-bookmark:before {
321
+ content: "\f02e";
322
+ }
323
+ .fa-print:before {
324
+ content: "\f02f";
325
+ }
326
+ .fa-camera:before {
327
+ content: "\f030";
328
+ }
329
+ .fa-font:before {
330
+ content: "\f031";
331
+ }
332
+ .fa-bold:before {
333
+ content: "\f032";
334
+ }
335
+ .fa-italic:before {
336
+ content: "\f033";
337
+ }
338
+ .fa-text-height:before {
339
+ content: "\f034";
340
+ }
341
+ .fa-text-width:before {
342
+ content: "\f035";
343
+ }
344
+ .fa-align-left:before {
345
+ content: "\f036";
346
+ }
347
+ .fa-align-center:before {
348
+ content: "\f037";
349
+ }
350
+ .fa-align-right:before {
351
+ content: "\f038";
352
+ }
353
+ .fa-align-justify:before {
354
+ content: "\f039";
355
+ }
356
+ .fa-list:before {
357
+ content: "\f03a";
358
+ }
359
+ .fa-dedent:before,
360
+ .fa-outdent:before {
361
+ content: "\f03b";
362
+ }
363
+ .fa-indent:before {
364
+ content: "\f03c";
365
+ }
366
+ .fa-video-camera:before {
367
+ content: "\f03d";
368
+ }
369
+ .fa-picture-o:before {
370
+ content: "\f03e";
371
+ }
372
+ .fa-pencil:before {
373
+ content: "\f040";
374
+ }
375
+ .fa-map-marker:before {
376
+ content: "\f041";
377
+ }
378
+ .fa-adjust:before {
379
+ content: "\f042";
380
+ }
381
+ .fa-tint:before {
382
+ content: "\f043";
383
+ }
384
+ .fa-edit:before,
385
+ .fa-pencil-square-o:before {
386
+ content: "\f044";
387
+ }
388
+ .fa-share-square-o:before {
389
+ content: "\f045";
390
+ }
391
+ .fa-check-square-o:before {
392
+ content: "\f046";
393
+ }
394
+ .fa-arrows:before {
395
+ content: "\f047";
396
+ }
397
+ .fa-step-backward:before {
398
+ content: "\f048";
399
+ }
400
+ .fa-fast-backward:before {
401
+ content: "\f049";
402
+ }
403
+ .fa-backward:before {
404
+ content: "\f04a";
405
+ }
406
+ .fa-play:before {
407
+ content: "\f04b";
408
+ }
409
+ .fa-pause:before {
410
+ content: "\f04c";
411
+ }
412
+ .fa-stop:before {
413
+ content: "\f04d";
414
+ }
415
+ .fa-forward:before {
416
+ content: "\f04e";
417
+ }
418
+ .fa-fast-forward:before {
419
+ content: "\f050";
420
+ }
421
+ .fa-step-forward:before {
422
+ content: "\f051";
423
+ }
424
+ .fa-eject:before {
425
+ content: "\f052";
426
+ }
427
+ .fa-chevron-left:before {
428
+ content: "\f053";
429
+ }
430
+ .fa-chevron-right:before {
431
+ content: "\f054";
432
+ }
433
+ .fa-plus-circle:before {
434
+ content: "\f055";
435
+ }
436
+ .fa-minus-circle:before {
437
+ content: "\f056";
438
+ }
439
+ .fa-times-circle:before {
440
+ content: "\f057";
441
+ }
442
+ .fa-check-circle:before {
443
+ content: "\f058";
444
+ }
445
+ .fa-question-circle:before {
446
+ content: "\f059";
447
+ }
448
+ .fa-info-circle:before {
449
+ content: "\f05a";
450
+ }
451
+ .fa-crosshairs:before {
452
+ content: "\f05b";
453
+ }
454
+ .fa-times-circle-o:before {
455
+ content: "\f05c";
456
+ }
457
+ .fa-check-circle-o:before {
458
+ content: "\f05d";
459
+ }
460
+ .fa-ban:before {
461
+ content: "\f05e";
462
+ }
463
+ .fa-arrow-left:before {
464
+ content: "\f060";
465
+ }
466
+ .fa-arrow-right:before {
467
+ content: "\f061";
468
+ }
469
+ .fa-arrow-up:before {
470
+ content: "\f062";
471
+ }
472
+ .fa-arrow-down:before {
473
+ content: "\f063";
474
+ }
475
+ .fa-mail-forward:before,
476
+ .fa-share:before {
477
+ content: "\f064";
478
+ }
479
+ .fa-expand:before {
480
+ content: "\f065";
481
+ }
482
+ .fa-compress:before {
483
+ content: "\f066";
484
+ }
485
+ .fa-plus:before {
486
+ content: "\f067";
487
+ }
488
+ .fa-minus:before {
489
+ content: "\f068";
490
+ }
491
+ .fa-asterisk:before {
492
+ content: "\f069";
493
+ }
494
+ .fa-exclamation-circle:before {
495
+ content: "\f06a";
496
+ }
497
+ .fa-gift:before {
498
+ content: "\f06b";
499
+ }
500
+ .fa-leaf:before {
501
+ content: "\f06c";
502
+ }
503
+ .fa-fire:before {
504
+ content: "\f06d";
505
+ }
506
+ .fa-eye:before {
507
+ content: "\f06e";
508
+ }
509
+ .fa-eye-slash:before {
510
+ content: "\f070";
511
+ }
512
+ .fa-warning:before,
513
+ .fa-exclamation-triangle:before {
514
+ content: "\f071";
515
+ }
516
+ .fa-plane:before {
517
+ content: "\f072";
518
+ }
519
+ .fa-calendar:before {
520
+ content: "\f073";
521
+ }
522
+ .fa-random:before {
523
+ content: "\f074";
524
+ }
525
+ .fa-comment:before {
526
+ content: "\f075";
527
+ }
528
+ .fa-magnet:before {
529
+ content: "\f076";
530
+ }
531
+ .fa-chevron-up:before {
532
+ content: "\f077";
533
+ }
534
+ .fa-chevron-down:before {
535
+ content: "\f078";
536
+ }
537
+ .fa-retweet:before {
538
+ content: "\f079";
539
+ }
540
+ .fa-shopping-cart:before {
541
+ content: "\f07a";
542
+ }
543
+ .fa-folder:before {
544
+ content: "\f07b";
545
+ }
546
+ .fa-folder-open:before {
547
+ content: "\f07c";
548
+ }
549
+ .fa-arrows-v:before {
550
+ content: "\f07d";
551
+ }
552
+ .fa-arrows-h:before {
553
+ content: "\f07e";
554
+ }
555
+ .fa-bar-chart-o:before {
556
+ content: "\f080";
557
+ }
558
+ .fa-twitter-square:before {
559
+ content: "\f081";
560
+ }
561
+ .fa-facebook-square:before {
562
+ content: "\f082";
563
+ }
564
+ .fa-camera-retro:before {
565
+ content: "\f083";
566
+ }
567
+ .fa-key:before {
568
+ content: "\f084";
569
+ }
570
+ .fa-gears:before,
571
+ .fa-cogs:before {
572
+ content: "\f085";
573
+ }
574
+ .fa-comments:before {
575
+ content: "\f086";
576
+ }
577
+ .fa-thumbs-o-up:before {
578
+ content: "\f087";
579
+ }
580
+ .fa-thumbs-o-down:before {
581
+ content: "\f088";
582
+ }
583
+ .fa-star-half:before {
584
+ content: "\f089";
585
+ }
586
+ .fa-heart-o:before {
587
+ content: "\f08a";
588
+ }
589
+ .fa-sign-out:before {
590
+ content: "\f08b";
591
+ }
592
+ .fa-linkedin-square:before {
593
+ content: "\f08c";
594
+ }
595
+ .fa-thumb-tack:before {
596
+ content: "\f08d";
597
+ }
598
+ .fa-external-link:before {
599
+ content: "\f08e";
600
+ }
601
+ .fa-sign-in:before {
602
+ content: "\f090";
603
+ }
604
+ .fa-trophy:before {
605
+ content: "\f091";
606
+ }
607
+ .fa-github-square:before {
608
+ content: "\f092";
609
+ }
610
+ .fa-upload:before {
611
+ content: "\f093";
612
+ }
613
+ .fa-lemon-o:before {
614
+ content: "\f094";
615
+ }
616
+ .fa-phone:before {
617
+ content: "\f095";
618
+ }
619
+ .fa-square-o:before {
620
+ content: "\f096";
621
+ }
622
+ .fa-bookmark-o:before {
623
+ content: "\f097";
624
+ }
625
+ .fa-phone-square:before {
626
+ content: "\f098";
627
+ }
628
+ .fa-twitter:before {
629
+ content: "\f099";
630
+ }
631
+ .fa-facebook:before {
632
+ content: "\f09a";
633
+ }
634
+ .fa-github:before {
635
+ content: "\f09b";
636
+ }
637
+ .fa-unlock:before {
638
+ content: "\f09c";
639
+ }
640
+ .fa-credit-card:before {
641
+ content: "\f09d";
642
+ }
643
+ .fa-rss:before {
644
+ content: "\f09e";
645
+ }
646
+ .fa-hdd-o:before {
647
+ content: "\f0a0";
648
+ }
649
+ .fa-bullhorn:before {
650
+ content: "\f0a1";
651
+ }
652
+ .fa-bell:before {
653
+ content: "\f0f3";
654
+ }
655
+ .fa-certificate:before {
656
+ content: "\f0a3";
657
+ }
658
+ .fa-hand-o-right:before {
659
+ content: "\f0a4";
660
+ }
661
+ .fa-hand-o-left:before {
662
+ content: "\f0a5";
663
+ }
664
+ .fa-hand-o-up:before {
665
+ content: "\f0a6";
666
+ }
667
+ .fa-hand-o-down:before {
668
+ content: "\f0a7";
669
+ }
670
+ .fa-arrow-circle-left:before {
671
+ content: "\f0a8";
672
+ }
673
+ .fa-arrow-circle-right:before {
674
+ content: "\f0a9";
675
+ }
676
+ .fa-arrow-circle-up:before {
677
+ content: "\f0aa";
678
+ }
679
+ .fa-arrow-circle-down:before {
680
+ content: "\f0ab";
681
+ }
682
+ .fa-globe:before {
683
+ content: "\f0ac";
684
+ }
685
+ .fa-wrench:before {
686
+ content: "\f0ad";
687
+ }
688
+ .fa-tasks:before {
689
+ content: "\f0ae";
690
+ }
691
+ .fa-filter:before {
692
+ content: "\f0b0";
693
+ }
694
+ .fa-briefcase:before {
695
+ content: "\f0b1";
696
+ }
697
+ .fa-arrows-alt:before {
698
+ content: "\f0b2";
699
+ }
700
+ .fa-group:before,
701
+ .fa-users:before {
702
+ content: "\f0c0";
703
+ }
704
+ .fa-chain:before,
705
+ .fa-link:before {
706
+ content: "\f0c1";
707
+ }
708
+ .fa-cloud:before {
709
+ content: "\f0c2";
710
+ }
711
+ .fa-flask:before {
712
+ content: "\f0c3";
713
+ }
714
+ .fa-cut:before,
715
+ .fa-scissors:before {
716
+ content: "\f0c4";
717
+ }
718
+ .fa-copy:before,
719
+ .fa-files-o:before {
720
+ content: "\f0c5";
721
+ }
722
+ .fa-paperclip:before {
723
+ content: "\f0c6";
724
+ }
725
+ .fa-save:before,
726
+ .fa-floppy-o:before {
727
+ content: "\f0c7";
728
+ }
729
+ .fa-square:before {
730
+ content: "\f0c8";
731
+ }
732
+ .fa-bars:before {
733
+ content: "\f0c9";
734
+ }
735
+ .fa-list-ul:before {
736
+ content: "\f0ca";
737
+ }
738
+ .fa-list-ol:before {
739
+ content: "\f0cb";
740
+ }
741
+ .fa-strikethrough:before {
742
+ content: "\f0cc";
743
+ }
744
+ .fa-underline:before {
745
+ content: "\f0cd";
746
+ }
747
+ .fa-table:before {
748
+ content: "\f0ce";
749
+ }
750
+ .fa-magic:before {
751
+ content: "\f0d0";
752
+ }
753
+ .fa-truck:before {
754
+ content: "\f0d1";
755
+ }
756
+ .fa-pinterest:before {
757
+ content: "\f0d2";
758
+ }
759
+ .fa-pinterest-square:before {
760
+ content: "\f0d3";
761
+ }
762
+ .fa-google-plus-square:before {
763
+ content: "\f0d4";
764
+ }
765
+ .fa-google-plus:before {
766
+ content: "\f0d5";
767
+ }
768
+ .fa-money:before {
769
+ content: "\f0d6";
770
+ }
771
+ .fa-caret-down:before {
772
+ content: "\f0d7";
773
+ }
774
+ .fa-caret-up:before {
775
+ content: "\f0d8";
776
+ }
777
+ .fa-caret-left:before {
778
+ content: "\f0d9";
779
+ }
780
+ .fa-caret-right:before {
781
+ content: "\f0da";
782
+ }
783
+ .fa-columns:before {
784
+ content: "\f0db";
785
+ }
786
+ .fa-unsorted:before,
787
+ .fa-sort:before {
788
+ content: "\f0dc";
789
+ }
790
+ .fa-sort-down:before,
791
+ .fa-sort-asc:before {
792
+ content: "\f0dd";
793
+ }
794
+ .fa-sort-up:before,
795
+ .fa-sort-desc:before {
796
+ content: "\f0de";
797
+ }
798
+ .fa-envelope:before {
799
+ content: "\f0e0";
800
+ }
801
+ .fa-linkedin:before {
802
+ content: "\f0e1";
803
+ }
804
+ .fa-rotate-left:before,
805
+ .fa-undo:before {
806
+ content: "\f0e2";
807
+ }
808
+ .fa-legal:before,
809
+ .fa-gavel:before {
810
+ content: "\f0e3";
811
+ }
812
+ .fa-dashboard:before,
813
+ .fa-tachometer:before {
814
+ content: "\f0e4";
815
+ }
816
+ .fa-comment-o:before {
817
+ content: "\f0e5";
818
+ }
819
+ .fa-comments-o:before {
820
+ content: "\f0e6";
821
+ }
822
+ .fa-flash:before,
823
+ .fa-bolt:before {
824
+ content: "\f0e7";
825
+ }
826
+ .fa-sitemap:before {
827
+ content: "\f0e8";
828
+ }
829
+ .fa-umbrella:before {
830
+ content: "\f0e9";
831
+ }
832
+ .fa-paste:before,
833
+ .fa-clipboard:before {
834
+ content: "\f0ea";
835
+ }
836
+ .fa-lightbulb-o:before {
837
+ content: "\f0eb";
838
+ }
839
+ .fa-exchange:before {
840
+ content: "\f0ec";
841
+ }
842
+ .fa-cloud-download:before {
843
+ content: "\f0ed";
844
+ }
845
+ .fa-cloud-upload:before {
846
+ content: "\f0ee";
847
+ }
848
+ .fa-user-md:before {
849
+ content: "\f0f0";
850
+ }
851
+ .fa-stethoscope:before {
852
+ content: "\f0f1";
853
+ }
854
+ .fa-suitcase:before {
855
+ content: "\f0f2";
856
+ }
857
+ .fa-bell-o:before {
858
+ content: "\f0a2";
859
+ }
860
+ .fa-coffee:before {
861
+ content: "\f0f4";
862
+ }
863
+ .fa-cutlery:before {
864
+ content: "\f0f5";
865
+ }
866
+ .fa-file-text-o:before {
867
+ content: "\f0f6";
868
+ }
869
+ .fa-building-o:before {
870
+ content: "\f0f7";
871
+ }
872
+ .fa-hospital-o:before {
873
+ content: "\f0f8";
874
+ }
875
+ .fa-ambulance:before {
876
+ content: "\f0f9";
877
+ }
878
+ .fa-medkit:before {
879
+ content: "\f0fa";
880
+ }
881
+ .fa-fighter-jet:before {
882
+ content: "\f0fb";
883
+ }
884
+ .fa-beer:before {
885
+ content: "\f0fc";
886
+ }
887
+ .fa-h-square:before {
888
+ content: "\f0fd";
889
+ }
890
+ .fa-plus-square:before {
891
+ content: "\f0fe";
892
+ }
893
+ .fa-angle-double-left:before {
894
+ content: "\f100";
895
+ }
896
+ .fa-angle-double-right:before {
897
+ content: "\f101";
898
+ }
899
+ .fa-angle-double-up:before {
900
+ content: "\f102";
901
+ }
902
+ .fa-angle-double-down:before {
903
+ content: "\f103";
904
+ }
905
+ .fa-angle-left:before {
906
+ content: "\f104";
907
+ }
908
+ .fa-angle-right:before {
909
+ content: "\f105";
910
+ }
911
+ .fa-angle-up:before {
912
+ content: "\f106";
913
+ }
914
+ .fa-angle-down:before {
915
+ content: "\f107";
916
+ }
917
+ .fa-desktop:before {
918
+ content: "\f108";
919
+ }
920
+ .fa-laptop:before {
921
+ content: "\f109";
922
+ }
923
+ .fa-tablet:before {
924
+ content: "\f10a";
925
+ }
926
+ .fa-mobile-phone:before,
927
+ .fa-mobile:before {
928
+ content: "\f10b";
929
+ }
930
+ .fa-circle-o:before {
931
+ content: "\f10c";
932
+ }
933
+ .fa-quote-left:before {
934
+ content: "\f10d";
935
+ }
936
+ .fa-quote-right:before {
937
+ content: "\f10e";
938
+ }
939
+ .fa-spinner:before {
940
+ content: "\f110";
941
+ }
942
+ .fa-circle:before {
943
+ content: "\f111";
944
+ }
945
+ .fa-mail-reply:before,
946
+ .fa-reply:before {
947
+ content: "\f112";
948
+ }
949
+ .fa-github-alt:before {
950
+ content: "\f113";
951
+ }
952
+ .fa-folder-o:before {
953
+ content: "\f114";
954
+ }
955
+ .fa-folder-open-o:before {
956
+ content: "\f115";
957
+ }
958
+ .fa-smile-o:before {
959
+ content: "\f118";
960
+ }
961
+ .fa-frown-o:before {
962
+ content: "\f119";
963
+ }
964
+ .fa-meh-o:before {
965
+ content: "\f11a";
966
+ }
967
+ .fa-gamepad:before {
968
+ content: "\f11b";
969
+ }
970
+ .fa-keyboard-o:before {
971
+ content: "\f11c";
972
+ }
973
+ .fa-flag-o:before {
974
+ content: "\f11d";
975
+ }
976
+ .fa-flag-checkered:before {
977
+ content: "\f11e";
978
+ }
979
+ .fa-terminal:before {
980
+ content: "\f120";
981
+ }
982
+ .fa-code:before {
983
+ content: "\f121";
984
+ }
985
+ .fa-reply-all:before {
986
+ content: "\f122";
987
+ }
988
+ .fa-mail-reply-all:before {
989
+ content: "\f122";
990
+ }
991
+ .fa-star-half-empty:before,
992
+ .fa-star-half-full:before,
993
+ .fa-star-half-o:before {
994
+ content: "\f123";
995
+ }
996
+ .fa-location-arrow:before {
997
+ content: "\f124";
998
+ }
999
+ .fa-crop:before {
1000
+ content: "\f125";
1001
+ }
1002
+ .fa-code-fork:before {
1003
+ content: "\f126";
1004
+ }
1005
+ .fa-unlink:before,
1006
+ .fa-chain-broken:before {
1007
+ content: "\f127";
1008
+ }
1009
+ .fa-question:before {
1010
+ content: "\f128";
1011
+ }
1012
+ .fa-info:before {
1013
+ content: "\f129";
1014
+ }
1015
+ .fa-exclamation:before {
1016
+ content: "\f12a";
1017
+ }
1018
+ .fa-superscript:before {
1019
+ content: "\f12b";
1020
+ }
1021
+ .fa-subscript:before {
1022
+ content: "\f12c";
1023
+ }
1024
+ .fa-eraser:before {
1025
+ content: "\f12d";
1026
+ }
1027
+ .fa-puzzle-piece:before {
1028
+ content: "\f12e";
1029
+ }
1030
+ .fa-microphone:before {
1031
+ content: "\f130";
1032
+ }
1033
+ .fa-microphone-slash:before {
1034
+ content: "\f131";
1035
+ }
1036
+ .fa-shield:before {
1037
+ content: "\f132";
1038
+ }
1039
+ .fa-calendar-o:before {
1040
+ content: "\f133";
1041
+ }
1042
+ .fa-fire-extinguisher:before {
1043
+ content: "\f134";
1044
+ }
1045
+ .fa-rocket:before {
1046
+ content: "\f135";
1047
+ }
1048
+ .fa-maxcdn:before {
1049
+ content: "\f136";
1050
+ }
1051
+ .fa-chevron-circle-left:before {
1052
+ content: "\f137";
1053
+ }
1054
+ .fa-chevron-circle-right:before {
1055
+ content: "\f138";
1056
+ }
1057
+ .fa-chevron-circle-up:before {
1058
+ content: "\f139";
1059
+ }
1060
+ .fa-chevron-circle-down:before {
1061
+ content: "\f13a";
1062
+ }
1063
+ .fa-html5:before {
1064
+ content: "\f13b";
1065
+ }
1066
+ .fa-css3:before {
1067
+ content: "\f13c";
1068
+ }
1069
+ .fa-anchor:before {
1070
+ content: "\f13d";
1071
+ }
1072
+ .fa-unlock-alt:before {
1073
+ content: "\f13e";
1074
+ }
1075
+ .fa-bullseye:before {
1076
+ content: "\f140";
1077
+ }
1078
+ .fa-ellipsis-h:before {
1079
+ content: "\f141";
1080
+ }
1081
+ .fa-ellipsis-v:before {
1082
+ content: "\f142";
1083
+ }
1084
+ .fa-rss-square:before {
1085
+ content: "\f143";
1086
+ }
1087
+ .fa-play-circle:before {
1088
+ content: "\f144";
1089
+ }
1090
+ .fa-ticket:before {
1091
+ content: "\f145";
1092
+ }
1093
+ .fa-minus-square:before {
1094
+ content: "\f146";
1095
+ }
1096
+ .fa-minus-square-o:before {
1097
+ content: "\f147";
1098
+ }
1099
+ .fa-level-up:before {
1100
+ content: "\f148";
1101
+ }
1102
+ .fa-level-down:before {
1103
+ content: "\f149";
1104
+ }
1105
+ .fa-check-square:before {
1106
+ content: "\f14a";
1107
+ }
1108
+ .fa-pencil-square:before {
1109
+ content: "\f14b";
1110
+ }
1111
+ .fa-external-link-square:before {
1112
+ content: "\f14c";
1113
+ }
1114
+ .fa-share-square:before {
1115
+ content: "\f14d";
1116
+ }
1117
+ .fa-compass:before {
1118
+ content: "\f14e";
1119
+ }
1120
+ .fa-toggle-down:before,
1121
+ .fa-caret-square-o-down:before {
1122
+ content: "\f150";
1123
+ }
1124
+ .fa-toggle-up:before,
1125
+ .fa-caret-square-o-up:before {
1126
+ content: "\f151";
1127
+ }
1128
+ .fa-toggle-right:before,
1129
+ .fa-caret-square-o-right:before {
1130
+ content: "\f152";
1131
+ }
1132
+ .fa-euro:before,
1133
+ .fa-eur:before {
1134
+ content: "\f153";
1135
+ }
1136
+ .fa-gbp:before {
1137
+ content: "\f154";
1138
+ }
1139
+ .fa-dollar:before,
1140
+ .fa-usd:before {
1141
+ content: "\f155";
1142
+ }
1143
+ .fa-rupee:before,
1144
+ .fa-inr:before {
1145
+ content: "\f156";
1146
+ }
1147
+ .fa-cny:before,
1148
+ .fa-rmb:before,
1149
+ .fa-yen:before,
1150
+ .fa-jpy:before {
1151
+ content: "\f157";
1152
+ }
1153
+ .fa-ruble:before,
1154
+ .fa-rouble:before,
1155
+ .fa-rub:before {
1156
+ content: "\f158";
1157
+ }
1158
+ .fa-won:before,
1159
+ .fa-krw:before {
1160
+ content: "\f159";
1161
+ }
1162
+ .fa-bitcoin:before,
1163
+ .fa-btc:before {
1164
+ content: "\f15a";
1165
+ }
1166
+ .fa-file:before {
1167
+ content: "\f15b";
1168
+ }
1169
+ .fa-file-text:before {
1170
+ content: "\f15c";
1171
+ }
1172
+ .fa-sort-alpha-asc:before {
1173
+ content: "\f15d";
1174
+ }
1175
+ .fa-sort-alpha-desc:before {
1176
+ content: "\f15e";
1177
+ }
1178
+ .fa-sort-amount-asc:before {
1179
+ content: "\f160";
1180
+ }
1181
+ .fa-sort-amount-desc:before {
1182
+ content: "\f161";
1183
+ }
1184
+ .fa-sort-numeric-asc:before {
1185
+ content: "\f162";
1186
+ }
1187
+ .fa-sort-numeric-desc:before {
1188
+ content: "\f163";
1189
+ }
1190
+ .fa-thumbs-up:before {
1191
+ content: "\f164";
1192
+ }
1193
+ .fa-thumbs-down:before {
1194
+ content: "\f165";
1195
+ }
1196
+ .fa-youtube-square:before {
1197
+ content: "\f166";
1198
+ }
1199
+ .fa-youtube:before {
1200
+ content: "\f167";
1201
+ }
1202
+ .fa-xing:before {
1203
+ content: "\f168";
1204
+ }
1205
+ .fa-xing-square:before {
1206
+ content: "\f169";
1207
+ }
1208
+ .fa-youtube-play:before {
1209
+ content: "\f16a";
1210
+ }
1211
+ .fa-dropbox:before {
1212
+ content: "\f16b";
1213
+ }
1214
+ .fa-stack-overflow:before {
1215
+ content: "\f16c";
1216
+ }
1217
+ .fa-instagram:before {
1218
+ content: "\f16d";
1219
+ }
1220
+ .fa-flickr:before {
1221
+ content: "\f16e";
1222
+ }
1223
+ .fa-adn:before {
1224
+ content: "\f170";
1225
+ }
1226
+ .fa-bitbucket:before {
1227
+ content: "\f171";
1228
+ }
1229
+ .fa-bitbucket-square:before {
1230
+ content: "\f172";
1231
+ }
1232
+ .fa-tumblr:before {
1233
+ content: "\f173";
1234
+ }
1235
+ .fa-tumblr-square:before {
1236
+ content: "\f174";
1237
+ }
1238
+ .fa-long-arrow-down:before {
1239
+ content: "\f175";
1240
+ }
1241
+ .fa-long-arrow-up:before {
1242
+ content: "\f176";
1243
+ }
1244
+ .fa-long-arrow-left:before {
1245
+ content: "\f177";
1246
+ }
1247
+ .fa-long-arrow-right:before {
1248
+ content: "\f178";
1249
+ }
1250
+ .fa-apple:before {
1251
+ content: "\f179";
1252
+ }
1253
+ .fa-windows:before {
1254
+ content: "\f17a";
1255
+ }
1256
+ .fa-android:before {
1257
+ content: "\f17b";
1258
+ }
1259
+ .fa-linux:before {
1260
+ content: "\f17c";
1261
+ }
1262
+ .fa-dribbble:before {
1263
+ content: "\f17d";
1264
+ }
1265
+ .fa-skype:before {
1266
+ content: "\f17e";
1267
+ }
1268
+ .fa-foursquare:before {
1269
+ content: "\f180";
1270
+ }
1271
+ .fa-trello:before {
1272
+ content: "\f181";
1273
+ }
1274
+ .fa-female:before {
1275
+ content: "\f182";
1276
+ }
1277
+ .fa-male:before {
1278
+ content: "\f183";
1279
+ }
1280
+ .fa-gittip:before {
1281
+ content: "\f184";
1282
+ }
1283
+ .fa-sun-o:before {
1284
+ content: "\f185";
1285
+ }
1286
+ .fa-moon-o:before {
1287
+ content: "\f186";
1288
+ }
1289
+ .fa-archive:before {
1290
+ content: "\f187";
1291
+ }
1292
+ .fa-bug:before {
1293
+ content: "\f188";
1294
+ }
1295
+ .fa-vk:before {
1296
+ content: "\f189";
1297
+ }
1298
+ .fa-weibo:before {
1299
+ content: "\f18a";
1300
+ }
1301
+ .fa-renren:before {
1302
+ content: "\f18b";
1303
+ }
1304
+ .fa-pagelines:before {
1305
+ content: "\f18c";
1306
+ }
1307
+ .fa-stack-exchange:before {
1308
+ content: "\f18d";
1309
+ }
1310
+ .fa-arrow-circle-o-right:before {
1311
+ content: "\f18e";
1312
+ }
1313
+ .fa-arrow-circle-o-left:before {
1314
+ content: "\f190";
1315
+ }
1316
+ .fa-toggle-left:before,
1317
+ .fa-caret-square-o-left:before {
1318
+ content: "\f191";
1319
+ }
1320
+ .fa-dot-circle-o:before {
1321
+ content: "\f192";
1322
+ }
1323
+ .fa-wheelchair:before {
1324
+ content: "\f193";
1325
+ }
1326
+ .fa-vimeo-square:before {
1327
+ content: "\f194";
1328
+ }
1329
+ .fa-turkish-lira:before,
1330
+ .fa-try:before {
1331
+ content: "\f195";
1332
+ }
1333
+ .fa-plus-square-o:before {
1334
+ content: "\f196";
1335
+ }
includes/fonts/FontAwesome.otf CHANGED
Binary file
includes/fonts/fontawesome-webfont.eot CHANGED
Binary file
includes/fonts/fontawesome-webfont.svg CHANGED
@@ -280,8 +280,8 @@
280
  <glyph unicode="&#xf113;" horiz-adv-x="1664" d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320 q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86 t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218 q0 -87 -27 -168q136 -160 136 -398z" />
281
  <glyph unicode="&#xf114;" horiz-adv-x="1664" d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320 q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
282
  <glyph unicode="&#xf115;" horiz-adv-x="1920" d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68 v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z " />
283
- <glyph unicode="&#xf116;" horiz-adv-x="1152" d="M896 608v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h224q14 0 23 -9t9 -23zM1024 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 -28 t-28 -68v-704q0 -40 28 -68t68 -28h704q40 0 68 28t28 68zM1152 928v-704q0 -92 -65.5 -158t-158.5 -66h-704q-93 0 -158.5 66t-65.5 158v704q0 93 65.5 158.5t158.5 65.5h704q93 0 158.5 -65.5t65.5 -158.5z" />
284
- <glyph unicode="&#xf117;" horiz-adv-x="1152" d="M928 1152q93 0 158.5 -65.5t65.5 -158.5v-704q0 -92 -65.5 -158t-158.5 -66h-704q-93 0 -158.5 66t-65.5 158v704q0 93 65.5 158.5t158.5 65.5h704zM1024 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 -28t-28 -68v-704q0 -40 28 -68t68 -28h704q40 0 68 28t28 68z M864 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576z" />
285
  <glyph unicode="&#xf118;" d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5 t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
286
  <glyph unicode="&#xf119;" d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204 t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
287
  <glyph unicode="&#xf11a;" d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
@@ -310,7 +310,7 @@
310
  <glyph unicode="&#xf133;" horiz-adv-x="1664" d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280 q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
311
  <glyph unicode="&#xf134;" horiz-adv-x="1408" d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800 q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113 q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
312
  <glyph unicode="&#xf135;" horiz-adv-x="1664" d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1 q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
313
- <glyph unicode="&#xf136;" horiz-adv-x="1792" d="M1708 881l-188 -881h-304l181 849q4 21 1 43q-4 20 -16 35q-10 14 -28 24q-18 9 -40 9h-197l-205 -960h-303l204 960h-304l-205 -960h-304l272 1280h1139q157 0 245 -118q86 -116 52 -281z" />
314
  <glyph unicode="&#xf137;" d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
315
  <glyph unicode="&#xf138;" d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
316
  <glyph unicode="&#xf139;" d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
@@ -342,7 +342,7 @@
342
  <glyph unicode="&#xf155;" horiz-adv-x="1024" d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43 t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5 t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50 t53 -63.5t31.5 -76.5t13 -94z" />
343
  <glyph unicode="&#xf156;" horiz-adv-x="898" d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102 q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
344
  <glyph unicode="&#xf157;" horiz-adv-x="1027" d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61 l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
345
- <glyph unicode="&#xf158;" horiz-adv-x="1664" d="M1664 352v-32q0 -132 -94 -226t-226 -94h-128q-132 0 -226 94t-94 226v480h-224q-2 -102 -14.5 -190.5t-30.5 -156t-48.5 -126.5t-57 -99.5t-67.5 -77.5t-69.5 -58.5t-74 -44t-69 -32t-65.5 -25.5q-4 -2 -32 -13q-8 -2 -12 -2q-22 0 -30 20l-71 178q-5 13 0 25t17 17 q7 3 20 7.5t18 6.5q31 12 46.5 18.5t44.5 20t45.5 26t42 32.5t40.5 42.5t34.5 53.5t30.5 68.5t22.5 83.5t17 103t6.5 123h-256q-14 0 -23 9t-9 23v160q0 14 9 23t23 9h1216q14 0 23 -9t9 -23v-160q0 -14 -9 -23t-23 -9h-224v-512q0 -26 19 -45t45 -19h128q26 0 45 19t19 45 v64q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1280 1376v-160q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v160q0 14 9 23t23 9h960q14 0 23 -9t9 -23z" />
346
  <glyph unicode="&#xf159;" horiz-adv-x="1792" d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23 t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28 q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
347
  <glyph unicode="&#xf15a;" horiz-adv-x="1280" d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164 l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30 t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
348
  <glyph unicode="&#xf15b;" horiz-adv-x="1280" d="M1280 768v-800q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h544v-544q0 -40 28 -68t68 -28h544zM1277 896h-509v509q82 -15 132 -65l312 -312q50 -50 65 -132z" />
@@ -390,10 +390,25 @@
390
  <glyph unicode="&#xf188;" horiz-adv-x="1664" d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207 q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19 t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
391
  <glyph unicode="&#xf189;" horiz-adv-x="1920" d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-78 -100 -90 -131q-17 -41 14 -81q17 -21 81 -82h1l1 -1l1 -1l2 -2q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58 t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6 q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q17 19 38 30q53 26 239 24 q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2 q39 5 64 -2.5t31 -16.5z" />
392
  <glyph unicode="&#xf18a;" horiz-adv-x="1792" d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12 q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422 q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178 q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
393
- <glyph unicode="&#xf18b;" horiz-adv-x="1920" d="M805 163q-122 -67 -261 -67q-141 0 -261 67q98 61 167 149t94 191q25 -103 94 -191t167 -149zM453 1176v-344q0 -179 -89.5 -326t-234.5 -217q-129 152 -129 351q0 200 129.5 352t323.5 184zM958 991q-128 -152 -128 -351q0 -201 128 -351q-145 70 -234.5 218t-89.5 328 v341q196 -33 324 -185zM1638 163q-122 -67 -261 -67q-141 0 -261 67q98 61 167 149t94 191q25 -103 94 -191t167 -149zM1286 1176v-344q0 -179 -91 -326t-237 -217v0q133 154 133 351q0 195 -133 351q129 151 328 185zM1920 640q0 -201 -129 -351q-145 70 -234.5 218 t-89.5 328v341q194 -32 323.5 -184t129.5 -352z" />
394
- <glyph unicode="&#xf18c;" horiz-adv-x="1792" />
395
- <glyph unicode="&#xf18d;" horiz-adv-x="1792" />
396
- <glyph unicode="&#xf18e;" horiz-adv-x="1792" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
397
  <glyph unicode="&#xf500;" horiz-adv-x="1792" />
398
  </font>
399
  </defs></svg>
280
  <glyph unicode="&#xf113;" horiz-adv-x="1664" d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320 q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86 t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218 q0 -87 -27 -168q136 -160 136 -398z" />
281
  <glyph unicode="&#xf114;" horiz-adv-x="1664" d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320 q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
282
  <glyph unicode="&#xf115;" horiz-adv-x="1920" d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68 v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z " />
283
+ <glyph unicode="&#xf116;" horiz-adv-x="1792" />
284
+ <glyph unicode="&#xf117;" horiz-adv-x="1792" />
285
  <glyph unicode="&#xf118;" d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5 t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
286
  <glyph unicode="&#xf119;" d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204 t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
287
  <glyph unicode="&#xf11a;" d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
310
  <glyph unicode="&#xf133;" horiz-adv-x="1664" d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280 q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
311
  <glyph unicode="&#xf134;" horiz-adv-x="1408" d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800 q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113 q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
312
  <glyph unicode="&#xf135;" horiz-adv-x="1664" d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1 q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
313
+ <glyph unicode="&#xf136;" horiz-adv-x="1792" d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
314
  <glyph unicode="&#xf137;" d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
315
  <glyph unicode="&#xf138;" d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
316
  <glyph unicode="&#xf139;" d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
342
  <glyph unicode="&#xf155;" horiz-adv-x="1024" d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43 t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5 t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50 t53 -63.5t31.5 -76.5t13 -94z" />
343
  <glyph unicode="&#xf156;" horiz-adv-x="898" d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102 q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
344
  <glyph unicode="&#xf157;" horiz-adv-x="1027" d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61 l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
345
+ <glyph unicode="&#xf158;" horiz-adv-x="1280" d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128 q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
346
  <glyph unicode="&#xf159;" horiz-adv-x="1792" d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23 t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28 q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
347
  <glyph unicode="&#xf15a;" horiz-adv-x="1280" d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164 l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30 t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
348
  <glyph unicode="&#xf15b;" horiz-adv-x="1280" d="M1280 768v-800q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h544v-544q0 -40 28 -68t68 -28h544zM1277 896h-509v509q82 -15 132 -65l312 -312q50 -50 65 -132z" />
390
  <glyph unicode="&#xf188;" horiz-adv-x="1664" d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207 q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19 t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
391
  <glyph unicode="&#xf189;" horiz-adv-x="1920" d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-78 -100 -90 -131q-17 -41 14 -81q17 -21 81 -82h1l1 -1l1 -1l2 -2q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58 t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6 q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q17 19 38 30q53 26 239 24 q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2 q39 5 64 -2.5t31 -16.5z" />
392
  <glyph unicode="&#xf18a;" horiz-adv-x="1792" d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12 q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422 q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178 q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
393
+ <glyph unicode="&#xf18b;" d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495 q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
394
+ <glyph unicode="&#xf18c;" horiz-adv-x="1408" d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5 t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56 t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -5 1 -50.5t-1 -71.5q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5 t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
395
+ <glyph unicode="&#xf18d;" horiz-adv-x="1280" d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z " />
396
+ <glyph unicode="&#xf18e;" d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
397
+ <glyph unicode="&#xf190;" d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
398
+ <glyph unicode="&#xf191;" d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
399
+ <glyph unicode="&#xf192;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5 t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
400
+ <glyph unicode="&#xf193;" horiz-adv-x="1664" d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 16 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
401
+ <glyph unicode="&#xf194;" d="M1254 899q16 85 -21 132q-52 65 -187 45q-17 -3 -41 -12.5t-57.5 -30.5t-64.5 -48.5t-59.5 -70t-44.5 -91.5q80 7 113.5 -16t26.5 -99q-5 -52 -52 -143q-43 -78 -71 -99q-44 -32 -87 14q-23 24 -37.5 64.5t-19 73t-10 84t-8.5 71.5q-23 129 -34 164q-12 37 -35.5 69 t-50.5 40q-57 16 -127 -25q-54 -32 -136.5 -106t-122.5 -102v-7q16 -8 25.5 -26t21.5 -20q21 -3 54.5 8.5t58 10.5t41.5 -30q11 -18 18.5 -38.5t15 -48t12.5 -40.5q17 -46 53 -187q36 -146 57 -197q42 -99 103 -125q43 -12 85 -1.5t76 31.5q131 77 250 237 q104 139 172.5 292.5t82.5 226.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
402
+ <glyph unicode="&#xf195;" horiz-adv-x="1152" d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
403
+ <glyph unicode="&#xf196;" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832 q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
404
+ <glyph unicode="&#xf197;" horiz-adv-x="1792" />
405
+ <glyph unicode="&#xf198;" horiz-adv-x="1792" />
406
+ <glyph unicode="&#xf199;" horiz-adv-x="1792" />
407
+ <glyph unicode="&#xf19a;" horiz-adv-x="1792" />
408
+ <glyph unicode="&#xf19b;" horiz-adv-x="1792" />
409
+ <glyph unicode="&#xf19c;" horiz-adv-x="1792" />
410
+ <glyph unicode="&#xf19d;" horiz-adv-x="1792" />
411
+ <glyph unicode="&#xf19e;" horiz-adv-x="1792" />
412
  <glyph unicode="&#xf500;" horiz-adv-x="1792" />
413
  </font>
414
  </defs></svg>
includes/fonts/fontawesome-webfont.ttf CHANGED
Binary file
includes/fonts/fontawesome-webfont.woff CHANGED
Binary file
includes/mce/js/font_awesome_tinymce.js ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function() {
2
+ var ICONS;
3
+
4
+ var setIconShortcode = function(id) {
5
+ return '[wc_fa icon="' + id + '" margin_left="" margin_right=""][/wc_fa]';
6
+ }
7
+
8
+ var icon = function(id) {
9
+ return '<i class="fa fa-' + id + '"></i>';
10
+ }
11
+
12
+ var createControl = function(name, controlManager) {
13
+ if (name != 'wcfontAwesomeGlyphSelect') return null;
14
+ var listBox = controlManager.createListBox('wcfontAwesomeGlyphSelect', {
15
+ title: 'Font Awesome Icons',
16
+ onselect: function(v) {
17
+ var editor = this.control_manager.editor;
18
+ if (v) {
19
+ editor.selection.setContent(setIconShortcode(v));
20
+ }
21
+ return false;
22
+ }
23
+ });
24
+
25
+ for (var i = 0; i < ICONS.length; i++) {
26
+ var _id = ICONS[i];
27
+ listBox.add(_id, _id);
28
+ }
29
+
30
+ return listBox;
31
+ };
32
+
33
+ tinymce.create('tinymce.plugins.wcFontAwesomeGlyphPlugin', {
34
+ createControl: createControl
35
+ });
36
+
37
+ tinymce.PluginManager.add('wc_font_awesome', tinymce.plugins.wcFontAwesomeGlyphPlugin);
38
+
39
+ ICONS = ["adjust", "adn", "align-center", "align-justify", "align-left", "align-right", "ambulance", "anchor", "android", "angle-double-down", "angle-double-left", "angle-double-right", "angle-double-up", "angle-down", "angle-left", "angle-right", "angle-up", "apple", "archive", "arrow-circle-down", "arrow-circle-left", "arrow-circle-o-down", "arrow-circle-o-left", "arrow-circle-o-right", "arrow-circle-o-up", "arrow-circle-right", "arrow-circle-up", "arrow-down", "arrow-left", "arrow-right", "arrow-up", "arrows", "arrows-alt", "arrows-h", "arrows-v", "asterisk", "backward", "ban", "bar-chart-o", "barcode", "bars", "beer", "bell", "bell-o", "bitbucket", "bitbucket-square", "bitcoin", "bold", "book", "bookmark", "bookmark-o", "briefcase", "bug", "building-o", "bullhorn", "bullseye", "calendar", "calendar-o", "camera", "camera-retro", "caret-down", "caret-left", "caret-right", "caret-up", "certificate", "chain", "check", "check-circle", "check-circle-o", "check-square", "check-square-o", "chevron-circle-down", "chevron-circle-left", "chevron-circle-right", "chevron-circle-up", "chevron-down", "chevron-left", "chevron-right", "chevron-up", "circle", "circle-o", "clock-o", "cloud", "cloud-download", "cloud-upload", "cny", "code", "code-fork", "coffee", "columns", "comment", "comment-o", "comments", "comments-o", "compass", "compress", "copy", "credit-card", "crop", "crosshairs", "css3", "cut", "cutlery", "dashboard", "dedent", "desktop", "dollar", "dot-circle-o", "download", "dribbble", "dropbox", "edit", "eject", "ellipsis-h", "ellipsis-v", "envelope", "envelope-o", "eraser", "euro", "exchange", "exclamation", "exclamation-circle", "expand", "external-link", "external-link-square", "eye", "eye-slash", "facebook", "facebook-square", "fast-backward", "fast-forward", "female", "fighter-jet", "file", "file-o", "file-text", "file-text-o", "film", "filter", "fire", "fire-extinguisher", "flag", "flag-checkered", "flag-o", "flash", "flask", "flickr", "folder", "folder-o", "folder-open", "folder-open-o", "font", "forward", "foursquare", "frown-o", "gamepad", "gbp", "gear", "gears", "gift", "github", "github-alt", "github-square", "gittip", "glass", "globe", "google-plus", "google-plus-square", "group", "h-square", "hand-o-down", "hand-o-left", "hand-o-right", "hand-o-up", "hdd-o", "headphones", "heart", "heart-o", "home", "hospital-o", "html5", "inbox", "indent", "info", "info-circle", "instagram", "italic", "key", "keyboard-o", "laptop", "leaf", "legal", "lemon-o", "level-down", "level-up", "lightbulb-o", "linkedin", "linkedin-square", "linux", "list", "list-alt", "list-ol", "list-ul", "location-arrow", "lock", "long-arrow-down", "long-arrow-left", "long-arrow-right", "long-arrow-up", "magic", "magnet", "mail-forward", "mail-reply", "mail-reply-all", "male", "map-marker", "maxcdn", "medkit", "meh-o", "microphone", "microphone-slash", "minus", "minus-circle", "minus-square", "minus-square-o", "mobile-phone", "money", "moon-o", "music", "pagelines", "paperclip", "paste", "pause", "pencil", "pencil-square", "phone", "phone-square", "picture-o", "pinterest", "pinterest-square", "plane", "play", "play-circle", "play-circle-o", "plus", "plus-circle", "plus-square", "plus-square-o", "power-off", "print", "puzzle-piece", "qrcode", "question", "question-circle", "quote-left", "quote-right", "random", "refresh", "renren", "reply-all", "retweet", "road", "rocket", "rotate-left", "rotate-right", "rss", "rss-square", "ruble", "rupee", "save", "search", "search-minus", "search-plus", "share-square", "share-square-o", "shield", "shopping-cart", "sign-in", "sign-out", "signal", "sitemap", "skype", "smile-o", "sort-alpha-asc", "sort-alpha-desc", "sort-amount-asc", "sort-amount-desc", "sort-down", "sort-numeric-asc", "sort-numeric-desc", "sort-up", "spinner", "square", "square-o", "stack-exchange", "stack-overflow", "star", "star-half", "star-half-empty", "star-o", "step-backward", "step-forward", "stethoscope", "stop", "strikethrough", "subscript", "suitcase", "sun-o", "superscript", "table", "tablet", "tag", "tags", "tasks", "terminal", "text-height", "text-width", "th", "th-large", "th-list", "thumb-tack", "thumbs-down", "thumbs-o-down", "thumbs-o-up", "thumbs-up", "ticket", "times", "times-circle", "times-circle-o", "tint", "toggle-down", "toggle-left", "toggle-right", "toggle-up", "trash-o", "trello", "trophy", "truck", "tumblr", "tumblr-square", "turkish-lira", "twitter", "twitter-square", "umbrella", "underline", "unlink", "unlock", "unlock-alt", "unsorted", "upload", "user", "user-md", "video-camera", "vimeo-square", "vk", "volume-down", "volume-off", "volume-up", "warning", "weibo", "wheelchair", "windows", "won", "wrench", "xing", "xing-square", "youtube", "youtube-play", "youtube-square"];
40
+ })();
includes/mce/shortcodes_tinymce.php CHANGED
@@ -8,6 +8,8 @@ class WC_Shortcodes_TinyMCE_Buttons {
8
  return;
9
 
10
  if ( get_user_option('rich_editing') == 'true' ) {
 
 
11
  add_filter( 'mce_external_plugins', array(&$this, 'add_plugin') );
12
  add_filter( 'mce_buttons', array(&$this,'register_button') );
13
  }
@@ -15,11 +17,19 @@ class WC_Shortcodes_TinyMCE_Buttons {
15
  function add_plugin($plugin_array) {
16
  $ver = WC_SHORTCODES_VERSION;
17
  $plugin_array['wc_shortcodes'] = plugin_dir_url( __FILE__ ) .'js/shortcodes_tinymce.js?ver=' . $ver;
 
18
  return $plugin_array;
19
  }
20
  function register_button($buttons) {
21
  array_push($buttons, "wc_shortcodes_button");
 
 
22
  return $buttons;
23
- }
 
 
 
 
 
24
  }
25
  $wcshortcode = new WC_Shortcodes_TinyMCE_Buttons;
8
  return;
9
 
10
  if ( get_user_option('rich_editing') == 'true' ) {
11
+ // add_action('admin_enqueue_scripts', array(&$this, 'register_plugin_styles'));
12
+
13
  add_filter( 'mce_external_plugins', array(&$this, 'add_plugin') );
14
  add_filter( 'mce_buttons', array(&$this,'register_button') );
15
  }
17
  function add_plugin($plugin_array) {
18
  $ver = WC_SHORTCODES_VERSION;
19
  $plugin_array['wc_shortcodes'] = plugin_dir_url( __FILE__ ) .'js/shortcodes_tinymce.js?ver=' . $ver;
20
+ $plugin_array['wc_font_awesome'] = plugin_dir_url( __FILE__ ) .'js/font_awesome_tinymce.js?ver=' . $ver;
21
  return $plugin_array;
22
  }
23
  function register_button($buttons) {
24
  array_push($buttons, "wc_shortcodes_button");
25
+ array_push($buttons, '|', 'wcfontAwesomeGlyphSelect');
26
+
27
  return $buttons;
28
+ }
29
+ function register_plugin_styles() {
30
+ global $wp_styles;
31
+
32
+ wp_enqueue_style('wc-font-awesome-styles', WC_SHORTCODES_PLUGIN_URL . 'includes/css/font-awesome.css', array(), WC_SHORTCODES_VERSION, 'all');
33
+ }
34
  }
35
  $wcshortcode = new WC_Shortcodes_TinyMCE_Buttons;
includes/scripts.php CHANGED
@@ -8,7 +8,7 @@ if( ! function_exists('wc_shortcodes_scripts') ) :
8
  }
9
 
10
  if ( WC_SHORTCODES_FONT_AWESOME_ENABLED ) {
11
- wp_enqueue_style( 'wordpresscanvas-font-awesome', plugin_dir_url( __FILE__ ) . 'css/font-awesome.css', array( ), '3.2.1' );
12
  }
13
 
14
  wp_enqueue_script('jquery');
8
  }
9
 
10
  if ( WC_SHORTCODES_FONT_AWESOME_ENABLED ) {
11
+ wp_enqueue_style( 'wordpresscanvas-font-awesome', plugin_dir_url( __FILE__ ) . 'css/font-awesome.css', array( ), '4.0.3' );
12
  }
13
 
14
  wp_enqueue_script('jquery');
includes/shortcode-functions.php CHANGED
@@ -1270,4 +1270,42 @@ if( !function_exists('wc_shortcodes_image') ) {
1270
  add_shortcode( 'wc_image', 'wc_shortcodes_image' );
1271
  }
1272
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1273
 
 
 
 
 
1270
  add_shortcode( 'wc_image', 'wc_shortcodes_image' );
1271
  }
1272
 
1273
+ if( !function_exists('wc_shortcodes_fa') ) {
1274
+ function wc_shortcodes_fa( $atts ) {
1275
+ extract( shortcode_atts( array(
1276
+ // icon options
1277
+ 'icon' => '',
1278
+ 'margin_right' => '0',
1279
+ 'margin_left' => '0',
1280
+
1281
+ // misc options
1282
+ 'class' => '',
1283
+ ), $atts ) );
1284
+
1285
+ if ( empty( $icon ) )
1286
+ return '';
1287
+
1288
+ // classes
1289
+ $classes = array();
1290
+
1291
+ $classes[] = 'wc-shortcodes-fa';
1292
+ $classes[] = 'fa';
1293
+ $classes[] = 'fa-' . $icon;
1294
+ if ( empty( $class ) )
1295
+ $classes[] = $class;
1296
+
1297
+ $style_attr = '';
1298
+
1299
+ if( $margin_right ) {
1300
+ $style_attr .= 'margin-right: '. $margin_right .';';
1301
+ }
1302
+ if ( $margin_left ) {
1303
+ $style_attr .= 'margin-left: '. $margin_left .';';
1304
+ }
1305
+
1306
+ $html = '<i class="' . implode( ' ', $classes ) . '" style="'.$style_attr.'"></i>';
1307
 
1308
+ return $html;
1309
+ }
1310
+ add_shortcode( 'wc_fa', 'wc_shortcodes_fa' );
1311
+ }
readme.txt CHANGED
@@ -1,8 +1,8 @@
1
  === WordPress Canvas - Shortcodes ===
2
 
3
  Contributors: cbaldelomar
4
- Donate link: http://webplantmedia.com/pay-now/
5
- Tags: shortcode, shortcodes, accordion, accordions, tab, tabs, toggle, columns, column, section, sections, testimonials, border, borders, button, buttons, fullwidth, full width, notification, notifications, google maps, maps, googlemaps, social icons, progress bar, pricing, pricing box, highlights, image, flags, banners, countdown, rsvp, custom html, code, code snippets, snippets, isotope, masonry, posts, post_type
6
  Requires at least: 3.7
7
  Tested up to: 3.8.1
8
  Stable tag: trunk
@@ -35,6 +35,7 @@ Enhance your pages and posts with the following features.
35
  * Custom HTML
36
  * Code Snippets
37
  * Isotope / Masonry Posts
 
38
 
39
  [Live Demo & Documentation](http://wordpresscanvas.com/features/shortcodes/)
40
 
@@ -83,9 +84,14 @@ Use the shortcode manager in the TinyMCE text editor
83
  16. Code Snippets
84
  17. Isotope / Masonry Posts
85
  18. Images with Flags
 
86
 
87
  == Changelog ==
88
 
 
 
 
 
89
  ### Version 1.32
90
 
91
  * Added Font Awesome Icons.
1
  === WordPress Canvas - Shortcodes ===
2
 
3
  Contributors: cbaldelomar
4
+ Donate link: http://webplantmedia.com/donate/
5
+ Tags: shortcode, shortcodes, accordion, accordions, tab, tabs, toggle, columns, column, section, sections, testimonials, border, borders, button, buttons, fullwidth, full width, notification, notifications, google maps, maps, googlemaps, social icons, progress bar, pricing, pricing box, highlights, image, flags, banners, countdown, rsvp, custom html, code, code snippets, snippets, isotope, masonry, posts, post_type, font awesome, icons, fontawesome, fa icons
6
  Requires at least: 3.7
7
  Tested up to: 3.8.1
8
  Stable tag: trunk
35
  * Custom HTML
36
  * Code Snippets
37
  * Isotope / Masonry Posts
38
+ * Font Awesome Icons
39
 
40
  [Live Demo & Documentation](http://wordpresscanvas.com/features/shortcodes/)
41
 
84
  16. Code Snippets
85
  17. Isotope / Masonry Posts
86
  18. Images with Flags
87
+ 19. Font Awesome Icons
88
 
89
  == Changelog ==
90
 
91
+ ### Version 1.33
92
+
93
+ * Added shortcodes for inserting Font Awesome icons.
94
+
95
  ### Version 1.32
96
 
97
  * Added Font Awesome Icons.
wc-shortcodes.php CHANGED
@@ -5,11 +5,11 @@ Plugin URI: http://wordpresscanvas.com/features/shortcodes/
5
  Description: A family of shortcodes to enhance site functionality.
6
  Author: Chris Baldelomar
7
  Author URI: http://webplantmedia.com/
8
- Version: 1.32
9
  License: GPLv2 or later
10
  */
11
 
12
- define( 'WC_SHORTCODES_VERSION', '1.32' );
13
  define( 'WC_SHORTCODES_PREFIX', 'wc_shortcodes_' );
14
  define( '_WC_SHORTCODES_PREFIX', '_wc_shortcodes_' );
15
  define( 'WC_SHORTCODES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
5
  Description: A family of shortcodes to enhance site functionality.
6
  Author: Chris Baldelomar
7
  Author URI: http://webplantmedia.com/
8
+ Version: 1.33
9
  License: GPLv2 or later
10
  */
11
 
12
+ define( 'WC_SHORTCODES_VERSION', '1.33' );
13
  define( 'WC_SHORTCODES_PREFIX', 'wc_shortcodes_' );
14
  define( '_WC_SHORTCODES_PREFIX', '_wc_shortcodes_' );
15
  define( 'WC_SHORTCODES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );