Updated Font Awesome to 6.4.2
Updated Font Awesome from 6.2.1 to 6.4.2 https://github.com/LinkStackOrg/LinkStack/issues/539
This commit is contained in:
parent
8942b33f09
commit
350d0e02be
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
* Copyright 2022 Fonticons, Inc.
|
||||
* Copyright 2023 Fonticons, Inc.
|
||||
*/
|
||||
.fa {
|
||||
font-family: var(--fa-style-family, "Font Awesome 6 Free");
|
||||
|
@ -258,8 +258,10 @@
|
|||
animation-duration: 1ms;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
animation-iteration-count: 1;
|
||||
transition-delay: 0s;
|
||||
transition-duration: 0s; } }
|
||||
-webkit-transition-delay: 0s;
|
||||
transition-delay: 0s;
|
||||
-webkit-transition-duration: 0s;
|
||||
transition-duration: 0s; } }
|
||||
|
||||
@-webkit-keyframes fa-beat {
|
||||
0%, 90% {
|
||||
|
@ -491,6 +493,7 @@
|
|||
|
||||
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
||||
readers do not read off random characters that represent icons */
|
||||
|
||||
.fa-0::before {
|
||||
content: "\30"; }
|
||||
|
||||
|
@ -6547,6 +6550,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-edge:before {
|
||||
content: "\f282"; }
|
||||
|
||||
.fa-threads:before {
|
||||
content: "\e618"; }
|
||||
|
||||
.fa-napster:before {
|
||||
content: "\f3d2"; }
|
||||
|
||||
|
@ -6715,6 +6721,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-scribd:before {
|
||||
content: "\f28a"; }
|
||||
|
||||
.fa-debian:before {
|
||||
content: "\e60b"; }
|
||||
|
||||
.fa-openid:before {
|
||||
content: "\f19b"; }
|
||||
|
||||
|
@ -6955,6 +6964,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-neos:before {
|
||||
content: "\f612"; }
|
||||
|
||||
.fa-square-threads:before {
|
||||
content: "\e619"; }
|
||||
|
||||
.fa-hackerrank:before {
|
||||
content: "\f5f7"; }
|
||||
|
||||
|
@ -7297,6 +7309,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-erlang:before {
|
||||
content: "\f39d"; }
|
||||
|
||||
.fa-x-twitter:before {
|
||||
content: "\e61b"; }
|
||||
|
||||
.fa-cotton-bureau:before {
|
||||
content: "\f89e"; }
|
||||
|
||||
|
@ -7744,6 +7759,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-internet-explorer:before {
|
||||
content: "\f26b"; }
|
||||
|
||||
.fa-stubber:before {
|
||||
content: "\e5c7"; }
|
||||
|
||||
.fa-telegram:before {
|
||||
content: "\f2c6"; }
|
||||
|
||||
|
@ -7753,6 +7771,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-old-republic:before {
|
||||
content: "\f510"; }
|
||||
|
||||
.fa-odysee:before {
|
||||
content: "\e5c6"; }
|
||||
|
||||
.fa-square-whatsapp:before {
|
||||
content: "\f40c"; }
|
||||
|
||||
|
@ -7786,6 +7807,9 @@ readers do not read off random characters that represent icons */
|
|||
.fa-quora:before {
|
||||
content: "\f2c4"; }
|
||||
|
||||
.fa-square-x-twitter:before {
|
||||
content: "\e61a"; }
|
||||
|
||||
.fa-reacteurope:before {
|
||||
content: "\f75d"; }
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue