Skip to content

Commit 350d0e0

Browse files
committed
Updated Font Awesome to 6.4.2
Updated Font Awesome from 6.2.1 to 6.4.2 #539
1 parent 8942b33 commit 350d0e0

File tree

10 files changed

+999
-925
lines changed

10 files changed

+999
-925
lines changed

assets/external-dependencies/fontawesome.css

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
33
* 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.
55
*/
66
.fa {
77
font-family: var(--fa-style-family, "Font Awesome 6 Free");
@@ -258,8 +258,10 @@
258258
animation-duration: 1ms;
259259
-webkit-animation-iteration-count: 1;
260260
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; } }
263265

264266
@-webkit-keyframes fa-beat {
265267
0%, 90% {
@@ -491,6 +493,7 @@
491493

492494
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
493495
readers do not read off random characters that represent icons */
496+
494497
.fa-0::before {
495498
content: "\30"; }
496499

@@ -6547,6 +6550,9 @@ readers do not read off random characters that represent icons */
65476550
.fa-edge:before {
65486551
content: "\f282"; }
65496552

6553+
.fa-threads:before {
6554+
content: "\e618"; }
6555+
65506556
.fa-napster:before {
65516557
content: "\f3d2"; }
65526558

@@ -6715,6 +6721,9 @@ readers do not read off random characters that represent icons */
67156721
.fa-scribd:before {
67166722
content: "\f28a"; }
67176723

6724+
.fa-debian:before {
6725+
content: "\e60b"; }
6726+
67186727
.fa-openid:before {
67196728
content: "\f19b"; }
67206729

@@ -6955,6 +6964,9 @@ readers do not read off random characters that represent icons */
69556964
.fa-neos:before {
69566965
content: "\f612"; }
69576966

6967+
.fa-square-threads:before {
6968+
content: "\e619"; }
6969+
69586970
.fa-hackerrank:before {
69596971
content: "\f5f7"; }
69606972

@@ -7297,6 +7309,9 @@ readers do not read off random characters that represent icons */
72977309
.fa-erlang:before {
72987310
content: "\f39d"; }
72997311

7312+
.fa-x-twitter:before {
7313+
content: "\e61b"; }
7314+
73007315
.fa-cotton-bureau:before {
73017316
content: "\f89e"; }
73027317

@@ -7744,6 +7759,9 @@ readers do not read off random characters that represent icons */
77447759
.fa-internet-explorer:before {
77457760
content: "\f26b"; }
77467761

7762+
.fa-stubber:before {
7763+
content: "\e5c7"; }
7764+
77477765
.fa-telegram:before {
77487766
content: "\f2c6"; }
77497767

@@ -7753,6 +7771,9 @@ readers do not read off random characters that represent icons */
77537771
.fa-old-republic:before {
77547772
content: "\f510"; }
77557773

7774+
.fa-odysee:before {
7775+
content: "\e5c6"; }
7776+
77567777
.fa-square-whatsapp:before {
77577778
content: "\f40c"; }
77587779

@@ -7786,6 +7807,9 @@ readers do not read off random characters that represent icons */
77867807
.fa-quora:before {
77877808
content: "\f2c4"; }
77887809

7810+
.fa-square-x-twitter:before {
7811+
content: "\e61a"; }
7812+
77897813
.fa-reacteurope:before {
77907814
content: "\f75d"; }
77917815

assets/external-dependencies/fontawesome.js

Lines changed: 971 additions & 921 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/webfonts/fa-brands-400.ttf

3.48 KB
Binary file not shown.

assets/webfonts/fa-brands-400.woff2

2.1 KB
Binary file not shown.

assets/webfonts/fa-regular-400.ttf

1 KB
Binary file not shown.

assets/webfonts/fa-regular-400.woff2

-748 Bytes
Binary file not shown.

assets/webfonts/fa-solid-900.ttf

-2.69 KB
Binary file not shown.

assets/webfonts/fa-solid-900.woff2

-496 Bytes
Binary file not shown.
32 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)