failuregem 1.2 → 1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/failuregem.rb +1 -0
- data/vendor/assets/stylesheets/failure_fontawesome.css +623 -17
- metadata +99 -56
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a6517f877fd8bccaba7cf1cdda40d7fd6c6cb4945a54ac29a51795d16b33b386
|
|
4
|
+
data.tar.gz: 0572124a0dcccd6a9086cbbf0ff1db9f0a24b16487ffae442786cfc14196c6cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d5d14121a386778d4df9a0ef7db243e947f5299c2a258105d033ea93b1d9ac845d3d354dd2be8c6c922f3578cab86c5233ab19cb5f0296dfb12c4f32207fb29
|
|
7
|
+
data.tar.gz: 402d24cd443155b44f58b9a0e94b56b3fc31f0dab70c26a421fedadd3a1cf9b9c97908e8126638fe23c053b1bf38fd2352d077ab9c88db6255d37656e255b0f3
|
data/lib/failuregem.rb
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Font Awesome Free 5.
|
|
2
|
+
* Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
4
|
*/
|
|
5
5
|
.fa,
|
|
6
6
|
.fas,
|
|
7
7
|
.far,
|
|
8
8
|
.fal,
|
|
9
|
+
.fad,
|
|
9
10
|
.fab {
|
|
10
11
|
-moz-osx-font-smoothing: grayscale;
|
|
11
12
|
-webkit-font-smoothing: antialiased;
|
|
@@ -148,7 +149,7 @@
|
|
|
148
149
|
-webkit-transform: scale(1, -1);
|
|
149
150
|
transform: scale(1, -1); }
|
|
150
151
|
|
|
151
|
-
.fa-flip-horizontal.fa-flip-vertical {
|
|
152
|
+
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
|
|
152
153
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
|
153
154
|
-webkit-transform: scale(-1, -1);
|
|
154
155
|
transform: scale(-1, -1); }
|
|
@@ -157,7 +158,8 @@
|
|
|
157
158
|
:root .fa-rotate-180,
|
|
158
159
|
:root .fa-rotate-270,
|
|
159
160
|
:root .fa-flip-horizontal,
|
|
160
|
-
:root .fa-flip-vertical
|
|
161
|
+
:root .fa-flip-vertical,
|
|
162
|
+
:root .fa-flip-both {
|
|
161
163
|
-webkit-filter: none;
|
|
162
164
|
filter: none; }
|
|
163
165
|
|
|
@@ -223,6 +225,9 @@ readers do not read off random characters that represent icons */
|
|
|
223
225
|
.fa-air-freshener:before {
|
|
224
226
|
content: "\f5d0"; }
|
|
225
227
|
|
|
228
|
+
.fa-airbnb:before {
|
|
229
|
+
content: "\f834"; }
|
|
230
|
+
|
|
226
231
|
.fa-algolia:before {
|
|
227
232
|
content: "\f36c"; }
|
|
228
233
|
|
|
@@ -373,6 +378,9 @@ readers do not read off random characters that represent icons */
|
|
|
373
378
|
.fa-arrows-alt-v:before {
|
|
374
379
|
content: "\f338"; }
|
|
375
380
|
|
|
381
|
+
.fa-artstation:before {
|
|
382
|
+
content: "\f77a"; }
|
|
383
|
+
|
|
376
384
|
.fa-assistive-listening-systems:before {
|
|
377
385
|
content: "\f2a2"; }
|
|
378
386
|
|
|
@@ -388,6 +396,9 @@ readers do not read off random characters that represent icons */
|
|
|
388
396
|
.fa-atlas:before {
|
|
389
397
|
content: "\f558"; }
|
|
390
398
|
|
|
399
|
+
.fa-atlassian:before {
|
|
400
|
+
content: "\f77b"; }
|
|
401
|
+
|
|
391
402
|
.fa-atom:before {
|
|
392
403
|
content: "\f5d2"; }
|
|
393
404
|
|
|
@@ -412,15 +423,39 @@ readers do not read off random characters that represent icons */
|
|
|
412
423
|
.fa-aws:before {
|
|
413
424
|
content: "\f375"; }
|
|
414
425
|
|
|
426
|
+
.fa-baby:before {
|
|
427
|
+
content: "\f77c"; }
|
|
428
|
+
|
|
429
|
+
.fa-baby-carriage:before {
|
|
430
|
+
content: "\f77d"; }
|
|
431
|
+
|
|
415
432
|
.fa-backspace:before {
|
|
416
433
|
content: "\f55a"; }
|
|
417
434
|
|
|
418
435
|
.fa-backward:before {
|
|
419
436
|
content: "\f04a"; }
|
|
420
437
|
|
|
438
|
+
.fa-bacon:before {
|
|
439
|
+
content: "\f7e5"; }
|
|
440
|
+
|
|
441
|
+
.fa-bacteria:before {
|
|
442
|
+
content: "\e059"; }
|
|
443
|
+
|
|
444
|
+
.fa-bacterium:before {
|
|
445
|
+
content: "\e05a"; }
|
|
446
|
+
|
|
447
|
+
.fa-bahai:before {
|
|
448
|
+
content: "\f666"; }
|
|
449
|
+
|
|
421
450
|
.fa-balance-scale:before {
|
|
422
451
|
content: "\f24e"; }
|
|
423
452
|
|
|
453
|
+
.fa-balance-scale-left:before {
|
|
454
|
+
content: "\f515"; }
|
|
455
|
+
|
|
456
|
+
.fa-balance-scale-right:before {
|
|
457
|
+
content: "\f516"; }
|
|
458
|
+
|
|
424
459
|
.fa-ban:before {
|
|
425
460
|
content: "\f05e"; }
|
|
426
461
|
|
|
@@ -460,6 +495,9 @@ readers do not read off random characters that represent icons */
|
|
|
460
495
|
.fa-battery-three-quarters:before {
|
|
461
496
|
content: "\f241"; }
|
|
462
497
|
|
|
498
|
+
.fa-battle-net:before {
|
|
499
|
+
content: "\f835"; }
|
|
500
|
+
|
|
463
501
|
.fa-bed:before {
|
|
464
502
|
content: "\f236"; }
|
|
465
503
|
|
|
@@ -487,12 +525,18 @@ readers do not read off random characters that represent icons */
|
|
|
487
525
|
.fa-bicycle:before {
|
|
488
526
|
content: "\f206"; }
|
|
489
527
|
|
|
528
|
+
.fa-biking:before {
|
|
529
|
+
content: "\f84a"; }
|
|
530
|
+
|
|
490
531
|
.fa-bimobject:before {
|
|
491
532
|
content: "\f378"; }
|
|
492
533
|
|
|
493
534
|
.fa-binoculars:before {
|
|
494
535
|
content: "\f1e5"; }
|
|
495
536
|
|
|
537
|
+
.fa-biohazard:before {
|
|
538
|
+
content: "\f780"; }
|
|
539
|
+
|
|
496
540
|
.fa-birthday-cake:before {
|
|
497
541
|
content: "\f1fd"; }
|
|
498
542
|
|
|
@@ -520,6 +564,9 @@ readers do not read off random characters that represent icons */
|
|
|
520
564
|
.fa-blind:before {
|
|
521
565
|
content: "\f29d"; }
|
|
522
566
|
|
|
567
|
+
.fa-blog:before {
|
|
568
|
+
content: "\f781"; }
|
|
569
|
+
|
|
523
570
|
.fa-blogger:before {
|
|
524
571
|
content: "\f37c"; }
|
|
525
572
|
|
|
@@ -553,6 +600,9 @@ readers do not read off random characters that represent icons */
|
|
|
553
600
|
.fa-book-dead:before {
|
|
554
601
|
content: "\f6b7"; }
|
|
555
602
|
|
|
603
|
+
.fa-book-medical:before {
|
|
604
|
+
content: "\f7e6"; }
|
|
605
|
+
|
|
556
606
|
.fa-book-open:before {
|
|
557
607
|
content: "\f518"; }
|
|
558
608
|
|
|
@@ -562,6 +612,18 @@ readers do not read off random characters that represent icons */
|
|
|
562
612
|
.fa-bookmark:before {
|
|
563
613
|
content: "\f02e"; }
|
|
564
614
|
|
|
615
|
+
.fa-bootstrap:before {
|
|
616
|
+
content: "\f836"; }
|
|
617
|
+
|
|
618
|
+
.fa-border-all:before {
|
|
619
|
+
content: "\f84c"; }
|
|
620
|
+
|
|
621
|
+
.fa-border-none:before {
|
|
622
|
+
content: "\f850"; }
|
|
623
|
+
|
|
624
|
+
.fa-border-style:before {
|
|
625
|
+
content: "\f853"; }
|
|
626
|
+
|
|
565
627
|
.fa-bowling-ball:before {
|
|
566
628
|
content: "\f436"; }
|
|
567
629
|
|
|
@@ -571,6 +633,9 @@ readers do not read off random characters that represent icons */
|
|
|
571
633
|
.fa-box-open:before {
|
|
572
634
|
content: "\f49e"; }
|
|
573
635
|
|
|
636
|
+
.fa-box-tissue:before {
|
|
637
|
+
content: "\e05b"; }
|
|
638
|
+
|
|
574
639
|
.fa-boxes:before {
|
|
575
640
|
content: "\f468"; }
|
|
576
641
|
|
|
@@ -580,6 +645,9 @@ readers do not read off random characters that represent icons */
|
|
|
580
645
|
.fa-brain:before {
|
|
581
646
|
content: "\f5dc"; }
|
|
582
647
|
|
|
648
|
+
.fa-bread-slice:before {
|
|
649
|
+
content: "\f7ec"; }
|
|
650
|
+
|
|
583
651
|
.fa-briefcase:before {
|
|
584
652
|
content: "\f0b1"; }
|
|
585
653
|
|
|
@@ -598,6 +666,9 @@ readers do not read off random characters that represent icons */
|
|
|
598
666
|
.fa-btc:before {
|
|
599
667
|
content: "\f15a"; }
|
|
600
668
|
|
|
669
|
+
.fa-buffer:before {
|
|
670
|
+
content: "\f837"; }
|
|
671
|
+
|
|
601
672
|
.fa-bug:before {
|
|
602
673
|
content: "\f188"; }
|
|
603
674
|
|
|
@@ -625,6 +696,9 @@ readers do not read off random characters that represent icons */
|
|
|
625
696
|
.fa-business-time:before {
|
|
626
697
|
content: "\f64a"; }
|
|
627
698
|
|
|
699
|
+
.fa-buy-n-large:before {
|
|
700
|
+
content: "\f8a6"; }
|
|
701
|
+
|
|
628
702
|
.fa-buysellads:before {
|
|
629
703
|
content: "\f20d"; }
|
|
630
704
|
|
|
@@ -640,6 +714,9 @@ readers do not read off random characters that represent icons */
|
|
|
640
714
|
.fa-calendar-check:before {
|
|
641
715
|
content: "\f274"; }
|
|
642
716
|
|
|
717
|
+
.fa-calendar-day:before {
|
|
718
|
+
content: "\f783"; }
|
|
719
|
+
|
|
643
720
|
.fa-calendar-minus:before {
|
|
644
721
|
content: "\f272"; }
|
|
645
722
|
|
|
@@ -649,6 +726,9 @@ readers do not read off random characters that represent icons */
|
|
|
649
726
|
.fa-calendar-times:before {
|
|
650
727
|
content: "\f273"; }
|
|
651
728
|
|
|
729
|
+
.fa-calendar-week:before {
|
|
730
|
+
content: "\f784"; }
|
|
731
|
+
|
|
652
732
|
.fa-camera:before {
|
|
653
733
|
content: "\f030"; }
|
|
654
734
|
|
|
@@ -658,6 +738,12 @@ readers do not read off random characters that represent icons */
|
|
|
658
738
|
.fa-campground:before {
|
|
659
739
|
content: "\f6bb"; }
|
|
660
740
|
|
|
741
|
+
.fa-canadian-maple-leaf:before {
|
|
742
|
+
content: "\f785"; }
|
|
743
|
+
|
|
744
|
+
.fa-candy-cane:before {
|
|
745
|
+
content: "\f786"; }
|
|
746
|
+
|
|
661
747
|
.fa-cannabis:before {
|
|
662
748
|
content: "\f55f"; }
|
|
663
749
|
|
|
@@ -679,6 +765,9 @@ readers do not read off random characters that represent icons */
|
|
|
679
765
|
.fa-car-side:before {
|
|
680
766
|
content: "\f5e4"; }
|
|
681
767
|
|
|
768
|
+
.fa-caravan:before {
|
|
769
|
+
content: "\f8ff"; }
|
|
770
|
+
|
|
682
771
|
.fa-caret-down:before {
|
|
683
772
|
content: "\f0d7"; }
|
|
684
773
|
|
|
@@ -703,12 +792,18 @@ readers do not read off random characters that represent icons */
|
|
|
703
792
|
.fa-caret-up:before {
|
|
704
793
|
content: "\f0d8"; }
|
|
705
794
|
|
|
795
|
+
.fa-carrot:before {
|
|
796
|
+
content: "\f787"; }
|
|
797
|
+
|
|
706
798
|
.fa-cart-arrow-down:before {
|
|
707
799
|
content: "\f218"; }
|
|
708
800
|
|
|
709
801
|
.fa-cart-plus:before {
|
|
710
802
|
content: "\f217"; }
|
|
711
803
|
|
|
804
|
+
.fa-cash-register:before {
|
|
805
|
+
content: "\f788"; }
|
|
806
|
+
|
|
712
807
|
.fa-cat:before {
|
|
713
808
|
content: "\f6be"; }
|
|
714
809
|
|
|
@@ -745,6 +840,9 @@ readers do not read off random characters that represent icons */
|
|
|
745
840
|
.fa-centercode:before {
|
|
746
841
|
content: "\f380"; }
|
|
747
842
|
|
|
843
|
+
.fa-centos:before {
|
|
844
|
+
content: "\f789"; }
|
|
845
|
+
|
|
748
846
|
.fa-certificate:before {
|
|
749
847
|
content: "\f0a3"; }
|
|
750
848
|
|
|
@@ -784,6 +882,9 @@ readers do not read off random characters that represent icons */
|
|
|
784
882
|
.fa-check-square:before {
|
|
785
883
|
content: "\f14a"; }
|
|
786
884
|
|
|
885
|
+
.fa-cheese:before {
|
|
886
|
+
content: "\f7ef"; }
|
|
887
|
+
|
|
787
888
|
.fa-chess:before {
|
|
788
889
|
content: "\f439"; }
|
|
789
890
|
|
|
@@ -838,6 +939,9 @@ readers do not read off random characters that represent icons */
|
|
|
838
939
|
.fa-chrome:before {
|
|
839
940
|
content: "\f268"; }
|
|
840
941
|
|
|
942
|
+
.fa-chromecast:before {
|
|
943
|
+
content: "\f838"; }
|
|
944
|
+
|
|
841
945
|
.fa-church:before {
|
|
842
946
|
content: "\f51d"; }
|
|
843
947
|
|
|
@@ -850,6 +954,9 @@ readers do not read off random characters that represent icons */
|
|
|
850
954
|
.fa-city:before {
|
|
851
955
|
content: "\f64f"; }
|
|
852
956
|
|
|
957
|
+
.fa-clinic-medical:before {
|
|
958
|
+
content: "\f7f2"; }
|
|
959
|
+
|
|
853
960
|
.fa-clipboard:before {
|
|
854
961
|
content: "\f328"; }
|
|
855
962
|
|
|
@@ -898,6 +1005,9 @@ readers do not read off random characters that represent icons */
|
|
|
898
1005
|
.fa-cloud-upload-alt:before {
|
|
899
1006
|
content: "\f382"; }
|
|
900
1007
|
|
|
1008
|
+
.fa-cloudflare:before {
|
|
1009
|
+
content: "\e07d"; }
|
|
1010
|
+
|
|
901
1011
|
.fa-cloudscale:before {
|
|
902
1012
|
content: "\f383"; }
|
|
903
1013
|
|
|
@@ -949,6 +1059,9 @@ readers do not read off random characters that represent icons */
|
|
|
949
1059
|
.fa-comment-dots:before {
|
|
950
1060
|
content: "\f4ad"; }
|
|
951
1061
|
|
|
1062
|
+
.fa-comment-medical:before {
|
|
1063
|
+
content: "\f7f5"; }
|
|
1064
|
+
|
|
952
1065
|
.fa-comment-slash:before {
|
|
953
1066
|
content: "\f4b3"; }
|
|
954
1067
|
|
|
@@ -967,9 +1080,18 @@ readers do not read off random characters that represent icons */
|
|
|
967
1080
|
.fa-compress:before {
|
|
968
1081
|
content: "\f066"; }
|
|
969
1082
|
|
|
1083
|
+
.fa-compress-alt:before {
|
|
1084
|
+
content: "\f422"; }
|
|
1085
|
+
|
|
1086
|
+
.fa-compress-arrows-alt:before {
|
|
1087
|
+
content: "\f78c"; }
|
|
1088
|
+
|
|
970
1089
|
.fa-concierge-bell:before {
|
|
971
1090
|
content: "\f562"; }
|
|
972
1091
|
|
|
1092
|
+
.fa-confluence:before {
|
|
1093
|
+
content: "\f78d"; }
|
|
1094
|
+
|
|
973
1095
|
.fa-connectdevelop:before {
|
|
974
1096
|
content: "\f20e"; }
|
|
975
1097
|
|
|
@@ -988,6 +1110,9 @@ readers do not read off random characters that represent icons */
|
|
|
988
1110
|
.fa-copyright:before {
|
|
989
1111
|
content: "\f1f9"; }
|
|
990
1112
|
|
|
1113
|
+
.fa-cotton-bureau:before {
|
|
1114
|
+
content: "\f89e"; }
|
|
1115
|
+
|
|
991
1116
|
.fa-couch:before {
|
|
992
1117
|
content: "\f4b8"; }
|
|
993
1118
|
|
|
@@ -1060,6 +1185,9 @@ readers do not read off random characters that represent icons */
|
|
|
1060
1185
|
.fa-crown:before {
|
|
1061
1186
|
content: "\f521"; }
|
|
1062
1187
|
|
|
1188
|
+
.fa-crutch:before {
|
|
1189
|
+
content: "\f7f7"; }
|
|
1190
|
+
|
|
1063
1191
|
.fa-css3:before {
|
|
1064
1192
|
content: "\f13c"; }
|
|
1065
1193
|
|
|
@@ -1084,6 +1212,9 @@ readers do not read off random characters that represent icons */
|
|
|
1084
1212
|
.fa-d-and-d-beyond:before {
|
|
1085
1213
|
content: "\f6ca"; }
|
|
1086
1214
|
|
|
1215
|
+
.fa-dailymotion:before {
|
|
1216
|
+
content: "\e052"; }
|
|
1217
|
+
|
|
1087
1218
|
.fa-dashcube:before {
|
|
1088
1219
|
content: "\f210"; }
|
|
1089
1220
|
|
|
@@ -1093,6 +1224,9 @@ readers do not read off random characters that represent icons */
|
|
|
1093
1224
|
.fa-deaf:before {
|
|
1094
1225
|
content: "\f2a4"; }
|
|
1095
1226
|
|
|
1227
|
+
.fa-deezer:before {
|
|
1228
|
+
content: "\e077"; }
|
|
1229
|
+
|
|
1096
1230
|
.fa-delicious:before {
|
|
1097
1231
|
content: "\f1a5"; }
|
|
1098
1232
|
|
|
@@ -1117,9 +1251,15 @@ readers do not read off random characters that represent icons */
|
|
|
1117
1251
|
.fa-dharmachakra:before {
|
|
1118
1252
|
content: "\f655"; }
|
|
1119
1253
|
|
|
1254
|
+
.fa-dhl:before {
|
|
1255
|
+
content: "\f790"; }
|
|
1256
|
+
|
|
1120
1257
|
.fa-diagnoses:before {
|
|
1121
1258
|
content: "\f470"; }
|
|
1122
1259
|
|
|
1260
|
+
.fa-diaspora:before {
|
|
1261
|
+
content: "\f791"; }
|
|
1262
|
+
|
|
1123
1263
|
.fa-dice:before {
|
|
1124
1264
|
content: "\f522"; }
|
|
1125
1265
|
|
|
@@ -1165,6 +1305,9 @@ readers do not read off random characters that represent icons */
|
|
|
1165
1305
|
.fa-discourse:before {
|
|
1166
1306
|
content: "\f393"; }
|
|
1167
1307
|
|
|
1308
|
+
.fa-disease:before {
|
|
1309
|
+
content: "\f7fa"; }
|
|
1310
|
+
|
|
1168
1311
|
.fa-divide:before {
|
|
1169
1312
|
content: "\f529"; }
|
|
1170
1313
|
|
|
@@ -1246,6 +1389,12 @@ readers do not read off random characters that represent icons */
|
|
|
1246
1389
|
.fa-dumbbell:before {
|
|
1247
1390
|
content: "\f44b"; }
|
|
1248
1391
|
|
|
1392
|
+
.fa-dumpster:before {
|
|
1393
|
+
content: "\f793"; }
|
|
1394
|
+
|
|
1395
|
+
.fa-dumpster-fire:before {
|
|
1396
|
+
content: "\f794"; }
|
|
1397
|
+
|
|
1249
1398
|
.fa-dungeon:before {
|
|
1250
1399
|
content: "\f6d9"; }
|
|
1251
1400
|
|
|
@@ -1261,9 +1410,15 @@ readers do not read off random characters that represent icons */
|
|
|
1261
1410
|
.fa-edge:before {
|
|
1262
1411
|
content: "\f282"; }
|
|
1263
1412
|
|
|
1413
|
+
.fa-edge-legacy:before {
|
|
1414
|
+
content: "\e078"; }
|
|
1415
|
+
|
|
1264
1416
|
.fa-edit:before {
|
|
1265
1417
|
content: "\f044"; }
|
|
1266
1418
|
|
|
1419
|
+
.fa-egg:before {
|
|
1420
|
+
content: "\f7fb"; }
|
|
1421
|
+
|
|
1267
1422
|
.fa-eject:before {
|
|
1268
1423
|
content: "\f052"; }
|
|
1269
1424
|
|
|
@@ -1312,12 +1467,18 @@ readers do not read off random characters that represent icons */
|
|
|
1312
1467
|
.fa-ethereum:before {
|
|
1313
1468
|
content: "\f42e"; }
|
|
1314
1469
|
|
|
1470
|
+
.fa-ethernet:before {
|
|
1471
|
+
content: "\f796"; }
|
|
1472
|
+
|
|
1315
1473
|
.fa-etsy:before {
|
|
1316
1474
|
content: "\f2d7"; }
|
|
1317
1475
|
|
|
1318
1476
|
.fa-euro-sign:before {
|
|
1319
1477
|
content: "\f153"; }
|
|
1320
1478
|
|
|
1479
|
+
.fa-evernote:before {
|
|
1480
|
+
content: "\f839"; }
|
|
1481
|
+
|
|
1321
1482
|
.fa-exchange-alt:before {
|
|
1322
1483
|
content: "\f362"; }
|
|
1323
1484
|
|
|
@@ -1333,6 +1494,9 @@ readers do not read off random characters that represent icons */
|
|
|
1333
1494
|
.fa-expand:before {
|
|
1334
1495
|
content: "\f065"; }
|
|
1335
1496
|
|
|
1497
|
+
.fa-expand-alt:before {
|
|
1498
|
+
content: "\f424"; }
|
|
1499
|
+
|
|
1336
1500
|
.fa-expand-arrows-alt:before {
|
|
1337
1501
|
content: "\f31e"; }
|
|
1338
1502
|
|
|
@@ -1366,6 +1530,9 @@ readers do not read off random characters that represent icons */
|
|
|
1366
1530
|
.fa-facebook-square:before {
|
|
1367
1531
|
content: "\f082"; }
|
|
1368
1532
|
|
|
1533
|
+
.fa-fan:before {
|
|
1534
|
+
content: "\f863"; }
|
|
1535
|
+
|
|
1369
1536
|
.fa-fantasy-flight-games:before {
|
|
1370
1537
|
content: "\f6dc"; }
|
|
1371
1538
|
|
|
@@ -1375,6 +1542,9 @@ readers do not read off random characters that represent icons */
|
|
|
1375
1542
|
.fa-fast-forward:before {
|
|
1376
1543
|
content: "\f050"; }
|
|
1377
1544
|
|
|
1545
|
+
.fa-faucet:before {
|
|
1546
|
+
content: "\e005"; }
|
|
1547
|
+
|
|
1378
1548
|
.fa-fax:before {
|
|
1379
1549
|
content: "\f1ac"; }
|
|
1380
1550
|
|
|
@@ -1384,12 +1554,21 @@ readers do not read off random characters that represent icons */
|
|
|
1384
1554
|
.fa-feather-alt:before {
|
|
1385
1555
|
content: "\f56b"; }
|
|
1386
1556
|
|
|
1557
|
+
.fa-fedex:before {
|
|
1558
|
+
content: "\f797"; }
|
|
1559
|
+
|
|
1560
|
+
.fa-fedora:before {
|
|
1561
|
+
content: "\f798"; }
|
|
1562
|
+
|
|
1387
1563
|
.fa-female:before {
|
|
1388
1564
|
content: "\f182"; }
|
|
1389
1565
|
|
|
1390
1566
|
.fa-fighter-jet:before {
|
|
1391
1567
|
content: "\f0fb"; }
|
|
1392
1568
|
|
|
1569
|
+
.fa-figma:before {
|
|
1570
|
+
content: "\f799"; }
|
|
1571
|
+
|
|
1393
1572
|
.fa-file:before {
|
|
1394
1573
|
content: "\f15b"; }
|
|
1395
1574
|
|
|
@@ -1477,12 +1656,18 @@ readers do not read off random characters that represent icons */
|
|
|
1477
1656
|
.fa-fire:before {
|
|
1478
1657
|
content: "\f06d"; }
|
|
1479
1658
|
|
|
1659
|
+
.fa-fire-alt:before {
|
|
1660
|
+
content: "\f7e4"; }
|
|
1661
|
+
|
|
1480
1662
|
.fa-fire-extinguisher:before {
|
|
1481
1663
|
content: "\f134"; }
|
|
1482
1664
|
|
|
1483
1665
|
.fa-firefox:before {
|
|
1484
1666
|
content: "\f269"; }
|
|
1485
1667
|
|
|
1668
|
+
.fa-firefox-browser:before {
|
|
1669
|
+
content: "\e007"; }
|
|
1670
|
+
|
|
1486
1671
|
.fa-first-aid:before {
|
|
1487
1672
|
content: "\f479"; }
|
|
1488
1673
|
|
|
@@ -1636,9 +1821,15 @@ readers do not read off random characters that represent icons */
|
|
|
1636
1821
|
.fa-gift:before {
|
|
1637
1822
|
content: "\f06b"; }
|
|
1638
1823
|
|
|
1824
|
+
.fa-gifts:before {
|
|
1825
|
+
content: "\f79c"; }
|
|
1826
|
+
|
|
1639
1827
|
.fa-git:before {
|
|
1640
1828
|
content: "\f1d3"; }
|
|
1641
1829
|
|
|
1830
|
+
.fa-git-alt:before {
|
|
1831
|
+
content: "\f841"; }
|
|
1832
|
+
|
|
1642
1833
|
.fa-git-square:before {
|
|
1643
1834
|
content: "\f1d2"; }
|
|
1644
1835
|
|
|
@@ -1660,12 +1851,18 @@ readers do not read off random characters that represent icons */
|
|
|
1660
1851
|
.fa-gitter:before {
|
|
1661
1852
|
content: "\f426"; }
|
|
1662
1853
|
|
|
1854
|
+
.fa-glass-cheers:before {
|
|
1855
|
+
content: "\f79f"; }
|
|
1856
|
+
|
|
1663
1857
|
.fa-glass-martini:before {
|
|
1664
1858
|
content: "\f000"; }
|
|
1665
1859
|
|
|
1666
1860
|
.fa-glass-martini-alt:before {
|
|
1667
1861
|
content: "\f57b"; }
|
|
1668
1862
|
|
|
1863
|
+
.fa-glass-whiskey:before {
|
|
1864
|
+
content: "\f7a0"; }
|
|
1865
|
+
|
|
1669
1866
|
.fa-glasses:before {
|
|
1670
1867
|
content: "\f530"; }
|
|
1671
1868
|
|
|
@@ -1687,6 +1884,9 @@ readers do not read off random characters that represent icons */
|
|
|
1687
1884
|
.fa-globe-asia:before {
|
|
1688
1885
|
content: "\f57e"; }
|
|
1689
1886
|
|
|
1887
|
+
.fa-globe-europe:before {
|
|
1888
|
+
content: "\f7a2"; }
|
|
1889
|
+
|
|
1690
1890
|
.fa-gofore:before {
|
|
1691
1891
|
content: "\f3a7"; }
|
|
1692
1892
|
|
|
@@ -1705,6 +1905,9 @@ readers do not read off random characters that represent icons */
|
|
|
1705
1905
|
.fa-google-drive:before {
|
|
1706
1906
|
content: "\f3aa"; }
|
|
1707
1907
|
|
|
1908
|
+
.fa-google-pay:before {
|
|
1909
|
+
content: "\e079"; }
|
|
1910
|
+
|
|
1708
1911
|
.fa-google-play:before {
|
|
1709
1912
|
content: "\f3ab"; }
|
|
1710
1913
|
|
|
@@ -1783,6 +1986,12 @@ readers do not read off random characters that represent icons */
|
|
|
1783
1986
|
.fa-grip-horizontal:before {
|
|
1784
1987
|
content: "\f58d"; }
|
|
1785
1988
|
|
|
1989
|
+
.fa-grip-lines:before {
|
|
1990
|
+
content: "\f7a4"; }
|
|
1991
|
+
|
|
1992
|
+
.fa-grip-lines-vertical:before {
|
|
1993
|
+
content: "\f7a5"; }
|
|
1994
|
+
|
|
1786
1995
|
.fa-grip-vertical:before {
|
|
1787
1996
|
content: "\f58e"; }
|
|
1788
1997
|
|
|
@@ -1792,6 +2001,12 @@ readers do not read off random characters that represent icons */
|
|
|
1792
2001
|
.fa-grunt:before {
|
|
1793
2002
|
content: "\f3ad"; }
|
|
1794
2003
|
|
|
2004
|
+
.fa-guilded:before {
|
|
2005
|
+
content: "\e07e"; }
|
|
2006
|
+
|
|
2007
|
+
.fa-guitar:before {
|
|
2008
|
+
content: "\f7a6"; }
|
|
2009
|
+
|
|
1795
2010
|
.fa-gulp:before {
|
|
1796
2011
|
content: "\f3ae"; }
|
|
1797
2012
|
|
|
@@ -1807,6 +2022,9 @@ readers do not read off random characters that represent icons */
|
|
|
1807
2022
|
.fa-hackerrank:before {
|
|
1808
2023
|
content: "\f5f7"; }
|
|
1809
2024
|
|
|
2025
|
+
.fa-hamburger:before {
|
|
2026
|
+
content: "\f805"; }
|
|
2027
|
+
|
|
1810
2028
|
.fa-hammer:before {
|
|
1811
2029
|
content: "\f6e3"; }
|
|
1812
2030
|
|
|
@@ -1819,12 +2037,21 @@ readers do not read off random characters that represent icons */
|
|
|
1819
2037
|
.fa-hand-holding-heart:before {
|
|
1820
2038
|
content: "\f4be"; }
|
|
1821
2039
|
|
|
2040
|
+
.fa-hand-holding-medical:before {
|
|
2041
|
+
content: "\e05c"; }
|
|
2042
|
+
|
|
1822
2043
|
.fa-hand-holding-usd:before {
|
|
1823
2044
|
content: "\f4c0"; }
|
|
1824
2045
|
|
|
2046
|
+
.fa-hand-holding-water:before {
|
|
2047
|
+
content: "\f4c1"; }
|
|
2048
|
+
|
|
1825
2049
|
.fa-hand-lizard:before {
|
|
1826
2050
|
content: "\f258"; }
|
|
1827
2051
|
|
|
2052
|
+
.fa-hand-middle-finger:before {
|
|
2053
|
+
content: "\f806"; }
|
|
2054
|
+
|
|
1828
2055
|
.fa-hand-paper:before {
|
|
1829
2056
|
content: "\f256"; }
|
|
1830
2057
|
|
|
@@ -1852,6 +2079,9 @@ readers do not read off random characters that represent icons */
|
|
|
1852
2079
|
.fa-hand-scissors:before {
|
|
1853
2080
|
content: "\f257"; }
|
|
1854
2081
|
|
|
2082
|
+
.fa-hand-sparkles:before {
|
|
2083
|
+
content: "\e05d"; }
|
|
2084
|
+
|
|
1855
2085
|
.fa-hand-spock:before {
|
|
1856
2086
|
content: "\f259"; }
|
|
1857
2087
|
|
|
@@ -1861,24 +2091,51 @@ readers do not read off random characters that represent icons */
|
|
|
1861
2091
|
.fa-hands-helping:before {
|
|
1862
2092
|
content: "\f4c4"; }
|
|
1863
2093
|
|
|
2094
|
+
.fa-hands-wash:before {
|
|
2095
|
+
content: "\e05e"; }
|
|
2096
|
+
|
|
1864
2097
|
.fa-handshake:before {
|
|
1865
2098
|
content: "\f2b5"; }
|
|
1866
2099
|
|
|
2100
|
+
.fa-handshake-alt-slash:before {
|
|
2101
|
+
content: "\e05f"; }
|
|
2102
|
+
|
|
2103
|
+
.fa-handshake-slash:before {
|
|
2104
|
+
content: "\e060"; }
|
|
2105
|
+
|
|
1867
2106
|
.fa-hanukiah:before {
|
|
1868
2107
|
content: "\f6e6"; }
|
|
1869
2108
|
|
|
2109
|
+
.fa-hard-hat:before {
|
|
2110
|
+
content: "\f807"; }
|
|
2111
|
+
|
|
1870
2112
|
.fa-hashtag:before {
|
|
1871
2113
|
content: "\f292"; }
|
|
1872
2114
|
|
|
2115
|
+
.fa-hat-cowboy:before {
|
|
2116
|
+
content: "\f8c0"; }
|
|
2117
|
+
|
|
2118
|
+
.fa-hat-cowboy-side:before {
|
|
2119
|
+
content: "\f8c1"; }
|
|
2120
|
+
|
|
1873
2121
|
.fa-hat-wizard:before {
|
|
1874
2122
|
content: "\f6e8"; }
|
|
1875
2123
|
|
|
1876
|
-
.fa-haykal:before {
|
|
1877
|
-
content: "\f666"; }
|
|
1878
|
-
|
|
1879
2124
|
.fa-hdd:before {
|
|
1880
2125
|
content: "\f0a0"; }
|
|
1881
2126
|
|
|
2127
|
+
.fa-head-side-cough:before {
|
|
2128
|
+
content: "\e061"; }
|
|
2129
|
+
|
|
2130
|
+
.fa-head-side-cough-slash:before {
|
|
2131
|
+
content: "\e062"; }
|
|
2132
|
+
|
|
2133
|
+
.fa-head-side-mask:before {
|
|
2134
|
+
content: "\e063"; }
|
|
2135
|
+
|
|
2136
|
+
.fa-head-side-virus:before {
|
|
2137
|
+
content: "\e064"; }
|
|
2138
|
+
|
|
1882
2139
|
.fa-heading:before {
|
|
1883
2140
|
content: "\f1dc"; }
|
|
1884
2141
|
|
|
@@ -1894,6 +2151,9 @@ readers do not read off random characters that represent icons */
|
|
|
1894
2151
|
.fa-heart:before {
|
|
1895
2152
|
content: "\f004"; }
|
|
1896
2153
|
|
|
2154
|
+
.fa-heart-broken:before {
|
|
2155
|
+
content: "\f7a9"; }
|
|
2156
|
+
|
|
1897
2157
|
.fa-heartbeat:before {
|
|
1898
2158
|
content: "\f21e"; }
|
|
1899
2159
|
|
|
@@ -1918,9 +2178,15 @@ readers do not read off random characters that represent icons */
|
|
|
1918
2178
|
.fa-history:before {
|
|
1919
2179
|
content: "\f1da"; }
|
|
1920
2180
|
|
|
2181
|
+
.fa-hive:before {
|
|
2182
|
+
content: "\e07f"; }
|
|
2183
|
+
|
|
1921
2184
|
.fa-hockey-puck:before {
|
|
1922
2185
|
content: "\f453"; }
|
|
1923
2186
|
|
|
2187
|
+
.fa-holly-berry:before {
|
|
2188
|
+
content: "\f7aa"; }
|
|
2189
|
+
|
|
1924
2190
|
.fa-home:before {
|
|
1925
2191
|
content: "\f015"; }
|
|
1926
2192
|
|
|
@@ -1933,6 +2199,9 @@ readers do not read off random characters that represent icons */
|
|
|
1933
2199
|
.fa-horse:before {
|
|
1934
2200
|
content: "\f6f0"; }
|
|
1935
2201
|
|
|
2202
|
+
.fa-horse-head:before {
|
|
2203
|
+
content: "\f7ab"; }
|
|
2204
|
+
|
|
1936
2205
|
.fa-hospital:before {
|
|
1937
2206
|
content: "\f0f8"; }
|
|
1938
2207
|
|
|
@@ -1942,9 +2211,15 @@ readers do not read off random characters that represent icons */
|
|
|
1942
2211
|
.fa-hospital-symbol:before {
|
|
1943
2212
|
content: "\f47e"; }
|
|
1944
2213
|
|
|
2214
|
+
.fa-hospital-user:before {
|
|
2215
|
+
content: "\f80d"; }
|
|
2216
|
+
|
|
1945
2217
|
.fa-hot-tub:before {
|
|
1946
2218
|
content: "\f593"; }
|
|
1947
2219
|
|
|
2220
|
+
.fa-hotdog:before {
|
|
2221
|
+
content: "\f80f"; }
|
|
2222
|
+
|
|
1948
2223
|
.fa-hotel:before {
|
|
1949
2224
|
content: "\f594"; }
|
|
1950
2225
|
|
|
@@ -1966,6 +2241,9 @@ readers do not read off random characters that represent icons */
|
|
|
1966
2241
|
.fa-house-damage:before {
|
|
1967
2242
|
content: "\f6f1"; }
|
|
1968
2243
|
|
|
2244
|
+
.fa-house-user:before {
|
|
2245
|
+
content: "\e065"; }
|
|
2246
|
+
|
|
1969
2247
|
.fa-houzz:before {
|
|
1970
2248
|
content: "\f27c"; }
|
|
1971
2249
|
|
|
@@ -1981,6 +2259,15 @@ readers do not read off random characters that represent icons */
|
|
|
1981
2259
|
.fa-i-cursor:before {
|
|
1982
2260
|
content: "\f246"; }
|
|
1983
2261
|
|
|
2262
|
+
.fa-ice-cream:before {
|
|
2263
|
+
content: "\f810"; }
|
|
2264
|
+
|
|
2265
|
+
.fa-icicles:before {
|
|
2266
|
+
content: "\f7ad"; }
|
|
2267
|
+
|
|
2268
|
+
.fa-icons:before {
|
|
2269
|
+
content: "\f86d"; }
|
|
2270
|
+
|
|
1984
2271
|
.fa-id-badge:before {
|
|
1985
2272
|
content: "\f2c1"; }
|
|
1986
2273
|
|
|
@@ -1990,6 +2277,12 @@ readers do not read off random characters that represent icons */
|
|
|
1990
2277
|
.fa-id-card-alt:before {
|
|
1991
2278
|
content: "\f47f"; }
|
|
1992
2279
|
|
|
2280
|
+
.fa-ideal:before {
|
|
2281
|
+
content: "\e013"; }
|
|
2282
|
+
|
|
2283
|
+
.fa-igloo:before {
|
|
2284
|
+
content: "\f7ae"; }
|
|
2285
|
+
|
|
1993
2286
|
.fa-image:before {
|
|
1994
2287
|
content: "\f03e"; }
|
|
1995
2288
|
|
|
@@ -2017,18 +2310,36 @@ readers do not read off random characters that represent icons */
|
|
|
2017
2310
|
.fa-info-circle:before {
|
|
2018
2311
|
content: "\f05a"; }
|
|
2019
2312
|
|
|
2313
|
+
.fa-innosoft:before {
|
|
2314
|
+
content: "\e080"; }
|
|
2315
|
+
|
|
2020
2316
|
.fa-instagram:before {
|
|
2021
2317
|
content: "\f16d"; }
|
|
2022
2318
|
|
|
2319
|
+
.fa-instagram-square:before {
|
|
2320
|
+
content: "\e055"; }
|
|
2321
|
+
|
|
2322
|
+
.fa-instalod:before {
|
|
2323
|
+
content: "\e081"; }
|
|
2324
|
+
|
|
2325
|
+
.fa-intercom:before {
|
|
2326
|
+
content: "\f7af"; }
|
|
2327
|
+
|
|
2023
2328
|
.fa-internet-explorer:before {
|
|
2024
2329
|
content: "\f26b"; }
|
|
2025
2330
|
|
|
2331
|
+
.fa-invision:before {
|
|
2332
|
+
content: "\f7b0"; }
|
|
2333
|
+
|
|
2026
2334
|
.fa-ioxhost:before {
|
|
2027
2335
|
content: "\f208"; }
|
|
2028
2336
|
|
|
2029
2337
|
.fa-italic:before {
|
|
2030
2338
|
content: "\f033"; }
|
|
2031
2339
|
|
|
2340
|
+
.fa-itch-io:before {
|
|
2341
|
+
content: "\f83a"; }
|
|
2342
|
+
|
|
2032
2343
|
.fa-itunes:before {
|
|
2033
2344
|
content: "\f3b4"; }
|
|
2034
2345
|
|
|
@@ -2047,6 +2358,9 @@ readers do not read off random characters that represent icons */
|
|
|
2047
2358
|
.fa-jenkins:before {
|
|
2048
2359
|
content: "\f3b6"; }
|
|
2049
2360
|
|
|
2361
|
+
.fa-jira:before {
|
|
2362
|
+
content: "\f7b1"; }
|
|
2363
|
+
|
|
2050
2364
|
.fa-joget:before {
|
|
2051
2365
|
content: "\f3b7"; }
|
|
2052
2366
|
|
|
@@ -2122,6 +2436,12 @@ readers do not read off random characters that represent icons */
|
|
|
2122
2436
|
.fa-laptop-code:before {
|
|
2123
2437
|
content: "\f5fc"; }
|
|
2124
2438
|
|
|
2439
|
+
.fa-laptop-house:before {
|
|
2440
|
+
content: "\e066"; }
|
|
2441
|
+
|
|
2442
|
+
.fa-laptop-medical:before {
|
|
2443
|
+
content: "\f812"; }
|
|
2444
|
+
|
|
2125
2445
|
.fa-laravel:before {
|
|
2126
2446
|
content: "\f3bd"; }
|
|
2127
2447
|
|
|
@@ -2236,6 +2556,12 @@ readers do not read off random characters that represent icons */
|
|
|
2236
2556
|
.fa-luggage-cart:before {
|
|
2237
2557
|
content: "\f59d"; }
|
|
2238
2558
|
|
|
2559
|
+
.fa-lungs:before {
|
|
2560
|
+
content: "\f604"; }
|
|
2561
|
+
|
|
2562
|
+
.fa-lungs-virus:before {
|
|
2563
|
+
content: "\e067"; }
|
|
2564
|
+
|
|
2239
2565
|
.fa-lyft:before {
|
|
2240
2566
|
content: "\f3c3"; }
|
|
2241
2567
|
|
|
@@ -2311,6 +2637,9 @@ readers do not read off random characters that represent icons */
|
|
|
2311
2637
|
.fa-maxcdn:before {
|
|
2312
2638
|
content: "\f136"; }
|
|
2313
2639
|
|
|
2640
|
+
.fa-mdb:before {
|
|
2641
|
+
content: "\f8ca"; }
|
|
2642
|
+
|
|
2314
2643
|
.fa-medal:before {
|
|
2315
2644
|
content: "\f5a2"; }
|
|
2316
2645
|
|
|
@@ -2347,6 +2676,9 @@ readers do not read off random characters that represent icons */
|
|
|
2347
2676
|
.fa-memory:before {
|
|
2348
2677
|
content: "\f538"; }
|
|
2349
2678
|
|
|
2679
|
+
.fa-mendeley:before {
|
|
2680
|
+
content: "\f7b3"; }
|
|
2681
|
+
|
|
2350
2682
|
.fa-menorah:before {
|
|
2351
2683
|
content: "\f676"; }
|
|
2352
2684
|
|
|
@@ -2356,6 +2688,9 @@ readers do not read off random characters that represent icons */
|
|
|
2356
2688
|
.fa-meteor:before {
|
|
2357
2689
|
content: "\f753"; }
|
|
2358
2690
|
|
|
2691
|
+
.fa-microblog:before {
|
|
2692
|
+
content: "\e01a"; }
|
|
2693
|
+
|
|
2359
2694
|
.fa-microchip:before {
|
|
2360
2695
|
content: "\f2db"; }
|
|
2361
2696
|
|
|
@@ -2386,12 +2721,18 @@ readers do not read off random characters that represent icons */
|
|
|
2386
2721
|
.fa-minus-square:before {
|
|
2387
2722
|
content: "\f146"; }
|
|
2388
2723
|
|
|
2724
|
+
.fa-mitten:before {
|
|
2725
|
+
content: "\f7b5"; }
|
|
2726
|
+
|
|
2389
2727
|
.fa-mix:before {
|
|
2390
2728
|
content: "\f3cb"; }
|
|
2391
2729
|
|
|
2392
2730
|
.fa-mixcloud:before {
|
|
2393
2731
|
content: "\f289"; }
|
|
2394
2732
|
|
|
2733
|
+
.fa-mixer:before {
|
|
2734
|
+
content: "\e056"; }
|
|
2735
|
+
|
|
2395
2736
|
.fa-mizuni:before {
|
|
2396
2737
|
content: "\f3cc"; }
|
|
2397
2738
|
|
|
@@ -2443,9 +2784,15 @@ readers do not read off random characters that represent icons */
|
|
|
2443
2784
|
.fa-mountain:before {
|
|
2444
2785
|
content: "\f6fc"; }
|
|
2445
2786
|
|
|
2787
|
+
.fa-mouse:before {
|
|
2788
|
+
content: "\f8cc"; }
|
|
2789
|
+
|
|
2446
2790
|
.fa-mouse-pointer:before {
|
|
2447
2791
|
content: "\f245"; }
|
|
2448
2792
|
|
|
2793
|
+
.fa-mug-hot:before {
|
|
2794
|
+
content: "\f7b6"; }
|
|
2795
|
+
|
|
2449
2796
|
.fa-music:before {
|
|
2450
2797
|
content: "\f001"; }
|
|
2451
2798
|
|
|
@@ -2467,9 +2814,6 @@ readers do not read off random characters that represent icons */
|
|
|
2467
2814
|
.fa-nimblr:before {
|
|
2468
2815
|
content: "\f5a8"; }
|
|
2469
2816
|
|
|
2470
|
-
.fa-nintendo-switch:before {
|
|
2471
|
-
content: "\f418"; }
|
|
2472
|
-
|
|
2473
2817
|
.fa-node:before {
|
|
2474
2818
|
content: "\f419"; }
|
|
2475
2819
|
|
|
@@ -2497,6 +2841,9 @@ readers do not read off random characters that represent icons */
|
|
|
2497
2841
|
.fa-object-ungroup:before {
|
|
2498
2842
|
content: "\f248"; }
|
|
2499
2843
|
|
|
2844
|
+
.fa-octopus-deploy:before {
|
|
2845
|
+
content: "\e082"; }
|
|
2846
|
+
|
|
2500
2847
|
.fa-odnoklassniki:before {
|
|
2501
2848
|
content: "\f263"; }
|
|
2502
2849
|
|
|
@@ -2524,6 +2871,9 @@ readers do not read off random characters that represent icons */
|
|
|
2524
2871
|
.fa-optin-monster:before {
|
|
2525
2872
|
content: "\f23c"; }
|
|
2526
2873
|
|
|
2874
|
+
.fa-orcid:before {
|
|
2875
|
+
content: "\f8d2"; }
|
|
2876
|
+
|
|
2527
2877
|
.fa-osi:before {
|
|
2528
2878
|
content: "\f41a"; }
|
|
2529
2879
|
|
|
@@ -2539,6 +2889,9 @@ readers do not read off random characters that represent icons */
|
|
|
2539
2889
|
.fa-pagelines:before {
|
|
2540
2890
|
content: "\f18c"; }
|
|
2541
2891
|
|
|
2892
|
+
.fa-pager:before {
|
|
2893
|
+
content: "\f815"; }
|
|
2894
|
+
|
|
2542
2895
|
.fa-paint-brush:before {
|
|
2543
2896
|
content: "\f1fc"; }
|
|
2544
2897
|
|
|
@@ -2620,9 +2973,18 @@ readers do not read off random characters that represent icons */
|
|
|
2620
2973
|
.fa-penny-arcade:before {
|
|
2621
2974
|
content: "\f704"; }
|
|
2622
2975
|
|
|
2976
|
+
.fa-people-arrows:before {
|
|
2977
|
+
content: "\e068"; }
|
|
2978
|
+
|
|
2623
2979
|
.fa-people-carry:before {
|
|
2624
2980
|
content: "\f4ce"; }
|
|
2625
2981
|
|
|
2982
|
+
.fa-pepper-hot:before {
|
|
2983
|
+
content: "\f816"; }
|
|
2984
|
+
|
|
2985
|
+
.fa-perbyte:before {
|
|
2986
|
+
content: "\e083"; }
|
|
2987
|
+
|
|
2626
2988
|
.fa-percent:before {
|
|
2627
2989
|
content: "\f295"; }
|
|
2628
2990
|
|
|
@@ -2647,15 +3009,24 @@ readers do not read off random characters that represent icons */
|
|
|
2647
3009
|
.fa-phone:before {
|
|
2648
3010
|
content: "\f095"; }
|
|
2649
3011
|
|
|
3012
|
+
.fa-phone-alt:before {
|
|
3013
|
+
content: "\f879"; }
|
|
3014
|
+
|
|
2650
3015
|
.fa-phone-slash:before {
|
|
2651
3016
|
content: "\f3dd"; }
|
|
2652
3017
|
|
|
2653
3018
|
.fa-phone-square:before {
|
|
2654
3019
|
content: "\f098"; }
|
|
2655
3020
|
|
|
3021
|
+
.fa-phone-square-alt:before {
|
|
3022
|
+
content: "\f87b"; }
|
|
3023
|
+
|
|
2656
3024
|
.fa-phone-volume:before {
|
|
2657
3025
|
content: "\f2a0"; }
|
|
2658
3026
|
|
|
3027
|
+
.fa-photo-video:before {
|
|
3028
|
+
content: "\f87c"; }
|
|
3029
|
+
|
|
2659
3030
|
.fa-php:before {
|
|
2660
3031
|
content: "\f457"; }
|
|
2661
3032
|
|
|
@@ -2671,6 +3042,9 @@ readers do not read off random characters that represent icons */
|
|
|
2671
3042
|
.fa-pied-piper-pp:before {
|
|
2672
3043
|
content: "\f1a7"; }
|
|
2673
3044
|
|
|
3045
|
+
.fa-pied-piper-square:before {
|
|
3046
|
+
content: "\e01e"; }
|
|
3047
|
+
|
|
2674
3048
|
.fa-piggy-bank:before {
|
|
2675
3049
|
content: "\f4d3"; }
|
|
2676
3050
|
|
|
@@ -2686,6 +3060,9 @@ readers do not read off random characters that represent icons */
|
|
|
2686
3060
|
.fa-pinterest-square:before {
|
|
2687
3061
|
content: "\f0d3"; }
|
|
2688
3062
|
|
|
3063
|
+
.fa-pizza-slice:before {
|
|
3064
|
+
content: "\f818"; }
|
|
3065
|
+
|
|
2689
3066
|
.fa-place-of-worship:before {
|
|
2690
3067
|
content: "\f67f"; }
|
|
2691
3068
|
|
|
@@ -2698,6 +3075,9 @@ readers do not read off random characters that represent icons */
|
|
|
2698
3075
|
.fa-plane-departure:before {
|
|
2699
3076
|
content: "\f5b0"; }
|
|
2700
3077
|
|
|
3078
|
+
.fa-plane-slash:before {
|
|
3079
|
+
content: "\e069"; }
|
|
3080
|
+
|
|
2701
3081
|
.fa-play:before {
|
|
2702
3082
|
content: "\f04b"; }
|
|
2703
3083
|
|
|
@@ -2773,6 +3153,12 @@ readers do not read off random characters that represent icons */
|
|
|
2773
3153
|
.fa-project-diagram:before {
|
|
2774
3154
|
content: "\f542"; }
|
|
2775
3155
|
|
|
3156
|
+
.fa-pump-medical:before {
|
|
3157
|
+
content: "\e06a"; }
|
|
3158
|
+
|
|
3159
|
+
.fa-pump-soap:before {
|
|
3160
|
+
content: "\e06b"; }
|
|
3161
|
+
|
|
2776
3162
|
.fa-pushed:before {
|
|
2777
3163
|
content: "\f3e1"; }
|
|
2778
3164
|
|
|
@@ -2815,12 +3201,21 @@ readers do not read off random characters that represent icons */
|
|
|
2815
3201
|
.fa-r-project:before {
|
|
2816
3202
|
content: "\f4f7"; }
|
|
2817
3203
|
|
|
3204
|
+
.fa-radiation:before {
|
|
3205
|
+
content: "\f7b9"; }
|
|
3206
|
+
|
|
3207
|
+
.fa-radiation-alt:before {
|
|
3208
|
+
content: "\f7ba"; }
|
|
3209
|
+
|
|
2818
3210
|
.fa-rainbow:before {
|
|
2819
3211
|
content: "\f75b"; }
|
|
2820
3212
|
|
|
2821
3213
|
.fa-random:before {
|
|
2822
3214
|
content: "\f074"; }
|
|
2823
3215
|
|
|
3216
|
+
.fa-raspberry-pi:before {
|
|
3217
|
+
content: "\f7bb"; }
|
|
3218
|
+
|
|
2824
3219
|
.fa-ravelry:before {
|
|
2825
3220
|
content: "\f2d9"; }
|
|
2826
3221
|
|
|
@@ -2839,6 +3234,9 @@ readers do not read off random characters that represent icons */
|
|
|
2839
3234
|
.fa-receipt:before {
|
|
2840
3235
|
content: "\f543"; }
|
|
2841
3236
|
|
|
3237
|
+
.fa-record-vinyl:before {
|
|
3238
|
+
content: "\f8d9"; }
|
|
3239
|
+
|
|
2842
3240
|
.fa-recycle:before {
|
|
2843
3241
|
content: "\f1b8"; }
|
|
2844
3242
|
|
|
@@ -2854,6 +3252,9 @@ readers do not read off random characters that represent icons */
|
|
|
2854
3252
|
.fa-reddit-square:before {
|
|
2855
3253
|
content: "\f1a2"; }
|
|
2856
3254
|
|
|
3255
|
+
.fa-redhat:before {
|
|
3256
|
+
content: "\f7bc"; }
|
|
3257
|
+
|
|
2857
3258
|
.fa-redo:before {
|
|
2858
3259
|
content: "\f01e"; }
|
|
2859
3260
|
|
|
@@ -2863,6 +3264,9 @@ readers do not read off random characters that represent icons */
|
|
|
2863
3264
|
.fa-registered:before {
|
|
2864
3265
|
content: "\f25d"; }
|
|
2865
3266
|
|
|
3267
|
+
.fa-remove-format:before {
|
|
3268
|
+
content: "\f87d"; }
|
|
3269
|
+
|
|
2866
3270
|
.fa-renren:before {
|
|
2867
3271
|
content: "\f18b"; }
|
|
2868
3272
|
|
|
@@ -2884,6 +3288,9 @@ readers do not read off random characters that represent icons */
|
|
|
2884
3288
|
.fa-resolving:before {
|
|
2885
3289
|
content: "\f3e7"; }
|
|
2886
3290
|
|
|
3291
|
+
.fa-restroom:before {
|
|
3292
|
+
content: "\f7bd"; }
|
|
3293
|
+
|
|
2887
3294
|
.fa-retweet:before {
|
|
2888
3295
|
content: "\f079"; }
|
|
2889
3296
|
|
|
@@ -2941,6 +3348,9 @@ readers do not read off random characters that represent icons */
|
|
|
2941
3348
|
.fa-rupee-sign:before {
|
|
2942
3349
|
content: "\f156"; }
|
|
2943
3350
|
|
|
3351
|
+
.fa-rust:before {
|
|
3352
|
+
content: "\e07a"; }
|
|
3353
|
+
|
|
2944
3354
|
.fa-sad-cry:before {
|
|
2945
3355
|
content: "\f5b3"; }
|
|
2946
3356
|
|
|
@@ -2950,9 +3360,18 @@ readers do not read off random characters that represent icons */
|
|
|
2950
3360
|
.fa-safari:before {
|
|
2951
3361
|
content: "\f267"; }
|
|
2952
3362
|
|
|
3363
|
+
.fa-salesforce:before {
|
|
3364
|
+
content: "\f83b"; }
|
|
3365
|
+
|
|
2953
3366
|
.fa-sass:before {
|
|
2954
3367
|
content: "\f41e"; }
|
|
2955
3368
|
|
|
3369
|
+
.fa-satellite:before {
|
|
3370
|
+
content: "\f7bf"; }
|
|
3371
|
+
|
|
3372
|
+
.fa-satellite-dish:before {
|
|
3373
|
+
content: "\f7c0"; }
|
|
3374
|
+
|
|
2956
3375
|
.fa-save:before {
|
|
2957
3376
|
content: "\f0c7"; }
|
|
2958
3377
|
|
|
@@ -2971,6 +3390,9 @@ readers do not read off random characters that represent icons */
|
|
|
2971
3390
|
.fa-scroll:before {
|
|
2972
3391
|
content: "\f70e"; }
|
|
2973
3392
|
|
|
3393
|
+
.fa-sd-card:before {
|
|
3394
|
+
content: "\f7c2"; }
|
|
3395
|
+
|
|
2974
3396
|
.fa-search:before {
|
|
2975
3397
|
content: "\f002"; }
|
|
2976
3398
|
|
|
@@ -3025,6 +3447,9 @@ readers do not read off random characters that represent icons */
|
|
|
3025
3447
|
.fa-shield-alt:before {
|
|
3026
3448
|
content: "\f3ed"; }
|
|
3027
3449
|
|
|
3450
|
+
.fa-shield-virus:before {
|
|
3451
|
+
content: "\e06c"; }
|
|
3452
|
+
|
|
3028
3453
|
.fa-ship:before {
|
|
3029
3454
|
content: "\f21a"; }
|
|
3030
3455
|
|
|
@@ -3037,6 +3462,9 @@ readers do not read off random characters that represent icons */
|
|
|
3037
3462
|
.fa-shoe-prints:before {
|
|
3038
3463
|
content: "\f54b"; }
|
|
3039
3464
|
|
|
3465
|
+
.fa-shopify:before {
|
|
3466
|
+
content: "\e057"; }
|
|
3467
|
+
|
|
3040
3468
|
.fa-shopping-bag:before {
|
|
3041
3469
|
content: "\f290"; }
|
|
3042
3470
|
|
|
@@ -3073,9 +3501,15 @@ readers do not read off random characters that represent icons */
|
|
|
3073
3501
|
.fa-signature:before {
|
|
3074
3502
|
content: "\f5b7"; }
|
|
3075
3503
|
|
|
3504
|
+
.fa-sim-card:before {
|
|
3505
|
+
content: "\f7c4"; }
|
|
3506
|
+
|
|
3076
3507
|
.fa-simplybuilt:before {
|
|
3077
3508
|
content: "\f215"; }
|
|
3078
3509
|
|
|
3510
|
+
.fa-sink:before {
|
|
3511
|
+
content: "\e06d"; }
|
|
3512
|
+
|
|
3079
3513
|
.fa-sistrix:before {
|
|
3080
3514
|
content: "\f3ee"; }
|
|
3081
3515
|
|
|
@@ -3085,6 +3519,18 @@ readers do not read off random characters that represent icons */
|
|
|
3085
3519
|
.fa-sith:before {
|
|
3086
3520
|
content: "\f512"; }
|
|
3087
3521
|
|
|
3522
|
+
.fa-skating:before {
|
|
3523
|
+
content: "\f7c5"; }
|
|
3524
|
+
|
|
3525
|
+
.fa-sketch:before {
|
|
3526
|
+
content: "\f7c6"; }
|
|
3527
|
+
|
|
3528
|
+
.fa-skiing:before {
|
|
3529
|
+
content: "\f7c9"; }
|
|
3530
|
+
|
|
3531
|
+
.fa-skiing-nordic:before {
|
|
3532
|
+
content: "\f7ca"; }
|
|
3533
|
+
|
|
3088
3534
|
.fa-skull:before {
|
|
3089
3535
|
content: "\f54c"; }
|
|
3090
3536
|
|
|
@@ -3106,6 +3552,9 @@ readers do not read off random characters that represent icons */
|
|
|
3106
3552
|
.fa-slash:before {
|
|
3107
3553
|
content: "\f715"; }
|
|
3108
3554
|
|
|
3555
|
+
.fa-sleigh:before {
|
|
3556
|
+
content: "\f7cc"; }
|
|
3557
|
+
|
|
3109
3558
|
.fa-sliders-h:before {
|
|
3110
3559
|
content: "\f1de"; }
|
|
3111
3560
|
|
|
@@ -3130,6 +3579,9 @@ readers do not read off random characters that represent icons */
|
|
|
3130
3579
|
.fa-smoking-ban:before {
|
|
3131
3580
|
content: "\f54d"; }
|
|
3132
3581
|
|
|
3582
|
+
.fa-sms:before {
|
|
3583
|
+
content: "\f7cd"; }
|
|
3584
|
+
|
|
3133
3585
|
.fa-snapchat:before {
|
|
3134
3586
|
content: "\f2ab"; }
|
|
3135
3587
|
|
|
@@ -3139,9 +3591,21 @@ readers do not read off random characters that represent icons */
|
|
|
3139
3591
|
.fa-snapchat-square:before {
|
|
3140
3592
|
content: "\f2ad"; }
|
|
3141
3593
|
|
|
3594
|
+
.fa-snowboarding:before {
|
|
3595
|
+
content: "\f7ce"; }
|
|
3596
|
+
|
|
3142
3597
|
.fa-snowflake:before {
|
|
3143
3598
|
content: "\f2dc"; }
|
|
3144
3599
|
|
|
3600
|
+
.fa-snowman:before {
|
|
3601
|
+
content: "\f7d0"; }
|
|
3602
|
+
|
|
3603
|
+
.fa-snowplow:before {
|
|
3604
|
+
content: "\f7d2"; }
|
|
3605
|
+
|
|
3606
|
+
.fa-soap:before {
|
|
3607
|
+
content: "\e06e"; }
|
|
3608
|
+
|
|
3145
3609
|
.fa-socks:before {
|
|
3146
3610
|
content: "\f696"; }
|
|
3147
3611
|
|
|
@@ -3154,30 +3618,51 @@ readers do not read off random characters that represent icons */
|
|
|
3154
3618
|
.fa-sort-alpha-down:before {
|
|
3155
3619
|
content: "\f15d"; }
|
|
3156
3620
|
|
|
3621
|
+
.fa-sort-alpha-down-alt:before {
|
|
3622
|
+
content: "\f881"; }
|
|
3623
|
+
|
|
3157
3624
|
.fa-sort-alpha-up:before {
|
|
3158
3625
|
content: "\f15e"; }
|
|
3159
3626
|
|
|
3627
|
+
.fa-sort-alpha-up-alt:before {
|
|
3628
|
+
content: "\f882"; }
|
|
3629
|
+
|
|
3160
3630
|
.fa-sort-amount-down:before {
|
|
3161
3631
|
content: "\f160"; }
|
|
3162
3632
|
|
|
3633
|
+
.fa-sort-amount-down-alt:before {
|
|
3634
|
+
content: "\f884"; }
|
|
3635
|
+
|
|
3163
3636
|
.fa-sort-amount-up:before {
|
|
3164
3637
|
content: "\f161"; }
|
|
3165
3638
|
|
|
3639
|
+
.fa-sort-amount-up-alt:before {
|
|
3640
|
+
content: "\f885"; }
|
|
3641
|
+
|
|
3166
3642
|
.fa-sort-down:before {
|
|
3167
3643
|
content: "\f0dd"; }
|
|
3168
3644
|
|
|
3169
3645
|
.fa-sort-numeric-down:before {
|
|
3170
3646
|
content: "\f162"; }
|
|
3171
3647
|
|
|
3648
|
+
.fa-sort-numeric-down-alt:before {
|
|
3649
|
+
content: "\f886"; }
|
|
3650
|
+
|
|
3172
3651
|
.fa-sort-numeric-up:before {
|
|
3173
3652
|
content: "\f163"; }
|
|
3174
3653
|
|
|
3654
|
+
.fa-sort-numeric-up-alt:before {
|
|
3655
|
+
content: "\f887"; }
|
|
3656
|
+
|
|
3175
3657
|
.fa-sort-up:before {
|
|
3176
3658
|
content: "\f0de"; }
|
|
3177
3659
|
|
|
3178
3660
|
.fa-soundcloud:before {
|
|
3179
3661
|
content: "\f1be"; }
|
|
3180
3662
|
|
|
3663
|
+
.fa-sourcetree:before {
|
|
3664
|
+
content: "\f7d3"; }
|
|
3665
|
+
|
|
3181
3666
|
.fa-spa:before {
|
|
3182
3667
|
content: "\f5bb"; }
|
|
3183
3668
|
|
|
@@ -3187,6 +3672,12 @@ readers do not read off random characters that represent icons */
|
|
|
3187
3672
|
.fa-speakap:before {
|
|
3188
3673
|
content: "\f3f3"; }
|
|
3189
3674
|
|
|
3675
|
+
.fa-speaker-deck:before {
|
|
3676
|
+
content: "\f83c"; }
|
|
3677
|
+
|
|
3678
|
+
.fa-spell-check:before {
|
|
3679
|
+
content: "\f891"; }
|
|
3680
|
+
|
|
3190
3681
|
.fa-spider:before {
|
|
3191
3682
|
content: "\f717"; }
|
|
3192
3683
|
|
|
@@ -3220,6 +3711,9 @@ readers do not read off random characters that represent icons */
|
|
|
3220
3711
|
.fa-stack-overflow:before {
|
|
3221
3712
|
content: "\f16c"; }
|
|
3222
3713
|
|
|
3714
|
+
.fa-stackpath:before {
|
|
3715
|
+
content: "\f842"; }
|
|
3716
|
+
|
|
3223
3717
|
.fa-stamp:before {
|
|
3224
3718
|
content: "\f5bf"; }
|
|
3225
3719
|
|
|
@@ -3277,12 +3771,21 @@ readers do not read off random characters that represent icons */
|
|
|
3277
3771
|
.fa-stopwatch:before {
|
|
3278
3772
|
content: "\f2f2"; }
|
|
3279
3773
|
|
|
3774
|
+
.fa-stopwatch-20:before {
|
|
3775
|
+
content: "\e06f"; }
|
|
3776
|
+
|
|
3280
3777
|
.fa-store:before {
|
|
3281
3778
|
content: "\f54e"; }
|
|
3282
3779
|
|
|
3283
3780
|
.fa-store-alt:before {
|
|
3284
3781
|
content: "\f54f"; }
|
|
3285
3782
|
|
|
3783
|
+
.fa-store-alt-slash:before {
|
|
3784
|
+
content: "\e070"; }
|
|
3785
|
+
|
|
3786
|
+
.fa-store-slash:before {
|
|
3787
|
+
content: "\e071"; }
|
|
3788
|
+
|
|
3286
3789
|
.fa-strava:before {
|
|
3287
3790
|
content: "\f428"; }
|
|
3288
3791
|
|
|
@@ -3340,15 +3843,24 @@ readers do not read off random characters that represent icons */
|
|
|
3340
3843
|
.fa-surprise:before {
|
|
3341
3844
|
content: "\f5c2"; }
|
|
3342
3845
|
|
|
3846
|
+
.fa-suse:before {
|
|
3847
|
+
content: "\f7d6"; }
|
|
3848
|
+
|
|
3343
3849
|
.fa-swatchbook:before {
|
|
3344
3850
|
content: "\f5c3"; }
|
|
3345
3851
|
|
|
3852
|
+
.fa-swift:before {
|
|
3853
|
+
content: "\f8e1"; }
|
|
3854
|
+
|
|
3346
3855
|
.fa-swimmer:before {
|
|
3347
3856
|
content: "\f5c4"; }
|
|
3348
3857
|
|
|
3349
3858
|
.fa-swimming-pool:before {
|
|
3350
3859
|
content: "\f5c5"; }
|
|
3351
3860
|
|
|
3861
|
+
.fa-symfony:before {
|
|
3862
|
+
content: "\f83d"; }
|
|
3863
|
+
|
|
3352
3864
|
.fa-synagogue:before {
|
|
3353
3865
|
content: "\f69b"; }
|
|
3354
3866
|
|
|
@@ -3418,6 +3930,9 @@ readers do not read off random characters that represent icons */
|
|
|
3418
3930
|
.fa-tencent-weibo:before {
|
|
3419
3931
|
content: "\f1d5"; }
|
|
3420
3932
|
|
|
3933
|
+
.fa-tenge:before {
|
|
3934
|
+
content: "\f7d7"; }
|
|
3935
|
+
|
|
3421
3936
|
.fa-terminal:before {
|
|
3422
3937
|
content: "\f120"; }
|
|
3423
3938
|
|
|
@@ -3481,6 +3996,9 @@ readers do not read off random characters that represent icons */
|
|
|
3481
3996
|
.fa-ticket-alt:before {
|
|
3482
3997
|
content: "\f3ff"; }
|
|
3483
3998
|
|
|
3999
|
+
.fa-tiktok:before {
|
|
4000
|
+
content: "\e07b"; }
|
|
4001
|
+
|
|
3484
4002
|
.fa-times:before {
|
|
3485
4003
|
content: "\f00d"; }
|
|
3486
4004
|
|
|
@@ -3502,12 +4020,21 @@ readers do not read off random characters that represent icons */
|
|
|
3502
4020
|
.fa-toggle-on:before {
|
|
3503
4021
|
content: "\f205"; }
|
|
3504
4022
|
|
|
4023
|
+
.fa-toilet:before {
|
|
4024
|
+
content: "\f7d8"; }
|
|
4025
|
+
|
|
3505
4026
|
.fa-toilet-paper:before {
|
|
3506
4027
|
content: "\f71e"; }
|
|
3507
4028
|
|
|
4029
|
+
.fa-toilet-paper-slash:before {
|
|
4030
|
+
content: "\e072"; }
|
|
4031
|
+
|
|
3508
4032
|
.fa-toolbox:before {
|
|
3509
4033
|
content: "\f552"; }
|
|
3510
4034
|
|
|
4035
|
+
.fa-tools:before {
|
|
4036
|
+
content: "\f7d9"; }
|
|
4037
|
+
|
|
3511
4038
|
.fa-tooth:before {
|
|
3512
4039
|
content: "\f5c9"; }
|
|
3513
4040
|
|
|
@@ -3529,9 +4056,15 @@ readers do not read off random characters that represent icons */
|
|
|
3529
4056
|
.fa-traffic-light:before {
|
|
3530
4057
|
content: "\f637"; }
|
|
3531
4058
|
|
|
4059
|
+
.fa-trailer:before {
|
|
4060
|
+
content: "\e041"; }
|
|
4061
|
+
|
|
3532
4062
|
.fa-train:before {
|
|
3533
4063
|
content: "\f238"; }
|
|
3534
4064
|
|
|
4065
|
+
.fa-tram:before {
|
|
4066
|
+
content: "\f7da"; }
|
|
4067
|
+
|
|
3535
4068
|
.fa-transgender:before {
|
|
3536
4069
|
content: "\f224"; }
|
|
3537
4070
|
|
|
@@ -3544,6 +4077,12 @@ readers do not read off random characters that represent icons */
|
|
|
3544
4077
|
.fa-trash-alt:before {
|
|
3545
4078
|
content: "\f2ed"; }
|
|
3546
4079
|
|
|
4080
|
+
.fa-trash-restore:before {
|
|
4081
|
+
content: "\f829"; }
|
|
4082
|
+
|
|
4083
|
+
.fa-trash-restore-alt:before {
|
|
4084
|
+
content: "\f82a"; }
|
|
4085
|
+
|
|
3547
4086
|
.fa-tree:before {
|
|
3548
4087
|
content: "\f1bb"; }
|
|
3549
4088
|
|
|
@@ -3601,15 +4140,24 @@ readers do not read off random characters that represent icons */
|
|
|
3601
4140
|
.fa-uber:before {
|
|
3602
4141
|
content: "\f402"; }
|
|
3603
4142
|
|
|
4143
|
+
.fa-ubuntu:before {
|
|
4144
|
+
content: "\f7df"; }
|
|
4145
|
+
|
|
3604
4146
|
.fa-uikit:before {
|
|
3605
4147
|
content: "\f403"; }
|
|
3606
4148
|
|
|
4149
|
+
.fa-umbraco:before {
|
|
4150
|
+
content: "\f8e8"; }
|
|
4151
|
+
|
|
3607
4152
|
.fa-umbrella:before {
|
|
3608
4153
|
content: "\f0e9"; }
|
|
3609
4154
|
|
|
3610
4155
|
.fa-umbrella-beach:before {
|
|
3611
4156
|
content: "\f5ca"; }
|
|
3612
4157
|
|
|
4158
|
+
.fa-uncharted:before {
|
|
4159
|
+
content: "\e084"; }
|
|
4160
|
+
|
|
3613
4161
|
.fa-underline:before {
|
|
3614
4162
|
content: "\f0cd"; }
|
|
3615
4163
|
|
|
@@ -3622,6 +4170,9 @@ readers do not read off random characters that represent icons */
|
|
|
3622
4170
|
.fa-uniregistry:before {
|
|
3623
4171
|
content: "\f404"; }
|
|
3624
4172
|
|
|
4173
|
+
.fa-unity:before {
|
|
4174
|
+
content: "\e049"; }
|
|
4175
|
+
|
|
3625
4176
|
.fa-universal-access:before {
|
|
3626
4177
|
content: "\f29a"; }
|
|
3627
4178
|
|
|
@@ -3637,12 +4188,18 @@ readers do not read off random characters that represent icons */
|
|
|
3637
4188
|
.fa-unlock-alt:before {
|
|
3638
4189
|
content: "\f13e"; }
|
|
3639
4190
|
|
|
4191
|
+
.fa-unsplash:before {
|
|
4192
|
+
content: "\e07c"; }
|
|
4193
|
+
|
|
3640
4194
|
.fa-untappd:before {
|
|
3641
4195
|
content: "\f405"; }
|
|
3642
4196
|
|
|
3643
4197
|
.fa-upload:before {
|
|
3644
4198
|
content: "\f093"; }
|
|
3645
4199
|
|
|
4200
|
+
.fa-ups:before {
|
|
4201
|
+
content: "\f7e0"; }
|
|
4202
|
+
|
|
3646
4203
|
.fa-usb:before {
|
|
3647
4204
|
content: "\f287"; }
|
|
3648
4205
|
|
|
@@ -3694,6 +4251,9 @@ readers do not read off random characters that represent icons */
|
|
|
3694
4251
|
.fa-user-ninja:before {
|
|
3695
4252
|
content: "\f504"; }
|
|
3696
4253
|
|
|
4254
|
+
.fa-user-nurse:before {
|
|
4255
|
+
content: "\f82f"; }
|
|
4256
|
+
|
|
3697
4257
|
.fa-user-plus:before {
|
|
3698
4258
|
content: "\f234"; }
|
|
3699
4259
|
|
|
@@ -3721,6 +4281,12 @@ readers do not read off random characters that represent icons */
|
|
|
3721
4281
|
.fa-users-cog:before {
|
|
3722
4282
|
content: "\f509"; }
|
|
3723
4283
|
|
|
4284
|
+
.fa-users-slash:before {
|
|
4285
|
+
content: "\e073"; }
|
|
4286
|
+
|
|
4287
|
+
.fa-usps:before {
|
|
4288
|
+
content: "\f7e1"; }
|
|
4289
|
+
|
|
3724
4290
|
.fa-ussunnah:before {
|
|
3725
4291
|
content: "\f407"; }
|
|
3726
4292
|
|
|
@@ -3745,6 +4311,12 @@ readers do not read off random characters that represent icons */
|
|
|
3745
4311
|
.fa-venus-mars:before {
|
|
3746
4312
|
content: "\f228"; }
|
|
3747
4313
|
|
|
4314
|
+
.fa-vest:before {
|
|
4315
|
+
content: "\e085"; }
|
|
4316
|
+
|
|
4317
|
+
.fa-vest-patches:before {
|
|
4318
|
+
content: "\e086"; }
|
|
4319
|
+
|
|
3748
4320
|
.fa-viacoin:before {
|
|
3749
4321
|
content: "\f237"; }
|
|
3750
4322
|
|
|
@@ -3784,12 +4356,24 @@ readers do not read off random characters that represent icons */
|
|
|
3784
4356
|
.fa-vine:before {
|
|
3785
4357
|
content: "\f1ca"; }
|
|
3786
4358
|
|
|
4359
|
+
.fa-virus:before {
|
|
4360
|
+
content: "\e074"; }
|
|
4361
|
+
|
|
4362
|
+
.fa-virus-slash:before {
|
|
4363
|
+
content: "\e075"; }
|
|
4364
|
+
|
|
4365
|
+
.fa-viruses:before {
|
|
4366
|
+
content: "\e076"; }
|
|
4367
|
+
|
|
3787
4368
|
.fa-vk:before {
|
|
3788
4369
|
content: "\f189"; }
|
|
3789
4370
|
|
|
3790
4371
|
.fa-vnv:before {
|
|
3791
4372
|
content: "\f40b"; }
|
|
3792
4373
|
|
|
4374
|
+
.fa-voicemail:before {
|
|
4375
|
+
content: "\f897"; }
|
|
4376
|
+
|
|
3793
4377
|
.fa-volleyball-ball:before {
|
|
3794
4378
|
content: "\f45f"; }
|
|
3795
4379
|
|
|
@@ -3823,9 +4407,18 @@ readers do not read off random characters that represent icons */
|
|
|
3823
4407
|
.fa-warehouse:before {
|
|
3824
4408
|
content: "\f494"; }
|
|
3825
4409
|
|
|
4410
|
+
.fa-watchman-monitoring:before {
|
|
4411
|
+
content: "\e087"; }
|
|
4412
|
+
|
|
3826
4413
|
.fa-water:before {
|
|
3827
4414
|
content: "\f773"; }
|
|
3828
4415
|
|
|
4416
|
+
.fa-wave-square:before {
|
|
4417
|
+
content: "\f83e"; }
|
|
4418
|
+
|
|
4419
|
+
.fa-waze:before {
|
|
4420
|
+
content: "\f83f"; }
|
|
4421
|
+
|
|
3829
4422
|
.fa-weebly:before {
|
|
3830
4423
|
content: "\f5cc"; }
|
|
3831
4424
|
|
|
@@ -3892,6 +4485,9 @@ readers do not read off random characters that represent icons */
|
|
|
3892
4485
|
.fa-wizards-of-the-coast:before {
|
|
3893
4486
|
content: "\f730"; }
|
|
3894
4487
|
|
|
4488
|
+
.fa-wodu:before {
|
|
4489
|
+
content: "\e088"; }
|
|
4490
|
+
|
|
3895
4491
|
.fa-wolf-pack-battalion:before {
|
|
3896
4492
|
content: "\f514"; }
|
|
3897
4493
|
|
|
@@ -3937,12 +4533,18 @@ readers do not read off random characters that represent icons */
|
|
|
3937
4533
|
.fa-yahoo:before {
|
|
3938
4534
|
content: "\f19e"; }
|
|
3939
4535
|
|
|
4536
|
+
.fa-yammer:before {
|
|
4537
|
+
content: "\f840"; }
|
|
4538
|
+
|
|
3940
4539
|
.fa-yandex:before {
|
|
3941
4540
|
content: "\f413"; }
|
|
3942
4541
|
|
|
3943
4542
|
.fa-yandex-international:before {
|
|
3944
4543
|
content: "\f414"; }
|
|
3945
4544
|
|
|
4545
|
+
.fa-yarn:before {
|
|
4546
|
+
content: "\f7e3"; }
|
|
4547
|
+
|
|
3946
4548
|
.fa-yelp:before {
|
|
3947
4549
|
content: "\f1e9"; }
|
|
3948
4550
|
|
|
@@ -3984,18 +4586,21 @@ readers do not read off random characters that represent icons */
|
|
|
3984
4586
|
@font-face {
|
|
3985
4587
|
font-family: 'Font Awesome 5 Brands';
|
|
3986
4588
|
font-style: normal;
|
|
3987
|
-
font-weight:
|
|
3988
|
-
|
|
3989
|
-
src: url(
|
|
4589
|
+
font-weight: 400;
|
|
4590
|
+
font-display: block;
|
|
4591
|
+
src: url("../webfonts/fa-brands-400.eot");
|
|
4592
|
+
src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
|
|
3990
4593
|
|
|
3991
4594
|
.fab {
|
|
3992
|
-
font-family: 'Font Awesome 5 Brands';
|
|
4595
|
+
font-family: 'Font Awesome 5 Brands';
|
|
4596
|
+
font-weight: 400; }
|
|
3993
4597
|
@font-face {
|
|
3994
4598
|
font-family: 'Font Awesome 5 Free';
|
|
3995
4599
|
font-style: normal;
|
|
3996
4600
|
font-weight: 400;
|
|
3997
|
-
|
|
3998
|
-
src: url(
|
|
4601
|
+
font-display: block;
|
|
4602
|
+
src: url("../webfonts/fa-regular-400.eot");
|
|
4603
|
+
src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
|
|
3999
4604
|
|
|
4000
4605
|
.far {
|
|
4001
4606
|
font-family: 'Font Awesome 5 Free';
|
|
@@ -4004,8 +4609,9 @@ readers do not read off random characters that represent icons */
|
|
|
4004
4609
|
font-family: 'Font Awesome 5 Free';
|
|
4005
4610
|
font-style: normal;
|
|
4006
4611
|
font-weight: 900;
|
|
4007
|
-
|
|
4008
|
-
src:
|
|
4612
|
+
font-display: block;
|
|
4613
|
+
src: url("../webfonts/fa-solid-900.eot");
|
|
4614
|
+
src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
|
|
4009
4615
|
|
|
4010
4616
|
.fa,
|
|
4011
4617
|
.fas {
|