1
1
/*!
2
- * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.4.2 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
- * Copyright 2022 Fonticons, Inc.
4
+ * Copyright 2023 Fonticons, Inc.
5
5
*/
6
6
.fa {
7
7
font-family : var (--fa-style-family , "Font Awesome 6 Free" );
258
258
animation-duration : 1ms ;
259
259
-webkit-animation-iteration-count : 1 ;
260
260
animation-iteration-count : 1 ;
261
- transition-delay : 0s ;
262
- transition-duration : 0s ; } }
261
+ -webkit-transition-delay : 0s ;
262
+ transition-delay : 0s ;
263
+ -webkit-transition-duration : 0s ;
264
+ transition-duration : 0s ; } }
263
265
264
266
@-webkit-keyframes fa-beat {
265
267
0% , 90% {
491
493
492
494
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
493
495
readers do not read off random characters that represent icons */
496
+
494
497
.fa-0 ::before {
495
498
content : "\30" ; }
496
499
@@ -6547,6 +6550,9 @@ readers do not read off random characters that represent icons */
6547
6550
.fa-edge : before {
6548
6551
content : "\f282" ; }
6549
6552
6553
+ .fa-threads : before {
6554
+ content : "\e618" ; }
6555
+
6550
6556
.fa-napster : before {
6551
6557
content : "\f3d2" ; }
6552
6558
@@ -6715,6 +6721,9 @@ readers do not read off random characters that represent icons */
6715
6721
.fa-scribd : before {
6716
6722
content : "\f28a" ; }
6717
6723
6724
+ .fa-debian : before {
6725
+ content : "\e60b" ; }
6726
+
6718
6727
.fa-openid : before {
6719
6728
content : "\f19b" ; }
6720
6729
@@ -6955,6 +6964,9 @@ readers do not read off random characters that represent icons */
6955
6964
.fa-neos : before {
6956
6965
content : "\f612" ; }
6957
6966
6967
+ .fa-square-threads : before {
6968
+ content : "\e619" ; }
6969
+
6958
6970
.fa-hackerrank : before {
6959
6971
content : "\f5f7" ; }
6960
6972
@@ -7297,6 +7309,9 @@ readers do not read off random characters that represent icons */
7297
7309
.fa-erlang : before {
7298
7310
content : "\f39d" ; }
7299
7311
7312
+ .fa-x-twitter : before {
7313
+ content : "\e61b" ; }
7314
+
7300
7315
.fa-cotton-bureau : before {
7301
7316
content : "\f89e" ; }
7302
7317
@@ -7744,6 +7759,9 @@ readers do not read off random characters that represent icons */
7744
7759
.fa-internet-explorer : before {
7745
7760
content : "\f26b" ; }
7746
7761
7762
+ .fa-stubber : before {
7763
+ content : "\e5c7" ; }
7764
+
7747
7765
.fa-telegram : before {
7748
7766
content : "\f2c6" ; }
7749
7767
@@ -7753,6 +7771,9 @@ readers do not read off random characters that represent icons */
7753
7771
.fa-old-republic : before {
7754
7772
content : "\f510" ; }
7755
7773
7774
+ .fa-odysee : before {
7775
+ content : "\e5c6" ; }
7776
+
7756
7777
.fa-square-whatsapp : before {
7757
7778
content : "\f40c" ; }
7758
7779
@@ -7786,6 +7807,9 @@ readers do not read off random characters that represent icons */
7786
7807
.fa-quora : before {
7787
7808
content : "\f2c4" ; }
7788
7809
7810
+ .fa-square-x-twitter : before {
7811
+ content : "\e61a" ; }
7812
+
7789
7813
.fa-reacteurope : before {
7790
7814
content : "\f75d" ; }
7791
7815
0 commit comments