Skip to content

Commit

Permalink
Update Fontawesome to 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Oct 15, 2023
1 parent 29e0658 commit c1e6645
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 11 deletions.
25 changes: 23 additions & 2 deletions assets/fontawesome/brands.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.0 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.
*/
:root, :host {
--fa-style-family-brands: 'Font Awesome 6 Brands';
Expand Down Expand Up @@ -183,6 +183,9 @@
.fa-edge:before {
content: "\f282"; }

.fa-threads:before {
content: "\e618"; }

.fa-napster:before {
content: "\f3d2"; }

Expand Down Expand Up @@ -351,6 +354,9 @@
.fa-scribd:before {
content: "\f28a"; }

.fa-debian:before {
content: "\e60b"; }

.fa-openid:before {
content: "\f19b"; }

Expand Down Expand Up @@ -591,6 +597,9 @@
.fa-neos:before {
content: "\f612"; }

.fa-square-threads:before {
content: "\e619"; }

.fa-hackerrank:before {
content: "\f5f7"; }

Expand Down Expand Up @@ -933,6 +942,9 @@
.fa-erlang:before {
content: "\f39d"; }

.fa-x-twitter:before {
content: "\e61b"; }

.fa-cotton-bureau:before {
content: "\f89e"; }

Expand Down Expand Up @@ -1380,6 +1392,9 @@
.fa-internet-explorer:before {
content: "\f26b"; }

.fa-stubber:before {
content: "\e5c7"; }

.fa-telegram:before {
content: "\f2c6"; }

Expand All @@ -1389,6 +1404,9 @@
.fa-old-republic:before {
content: "\f510"; }

.fa-odysee:before {
content: "\e5c6"; }

.fa-square-whatsapp:before {
content: "\f40c"; }

Expand Down Expand Up @@ -1422,6 +1440,9 @@
.fa-quora:before {
content: "\f2c4"; }

.fa-square-x-twitter:before {
content: "\e61a"; }

.fa-reacteurope:before {
content: "\f75d"; }

Expand Down
26 changes: 19 additions & 7 deletions assets/fontawesome/fontawesome.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.0 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");
Expand Down Expand Up @@ -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% {
Expand Down Expand Up @@ -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"; }

Expand Down Expand Up @@ -1493,6 +1496,9 @@ readers do not read off random characters that represent icons */
.fa-v::before {
content: "\56"; }

.fa-bangladeshi-taka-sign::before {
content: "\e2e6"; }

.fa-bicycle::before {
content: "\f206"; }

Expand Down Expand Up @@ -4064,9 +4070,6 @@ readers do not read off random characters that represent icons */
.fa-subtract::before {
content: "\f068"; }

.fa-child-rifle::before {
content: "\e4e0"; }

.fa-chess::before {
content: "\f439"; }

Expand Down Expand Up @@ -5174,6 +5177,12 @@ readers do not read off random characters that represent icons */
.fa-share-square::before {
content: "\f14d"; }

.fa-child-combatant::before {
content: "\e4e0"; }

.fa-child-rifle::before {
content: "\e4e0"; }

.fa-gun::before {
content: "\e19b"; }

Expand Down Expand Up @@ -5351,6 +5360,9 @@ readers do not read off random characters that represent icons */
.fa-hand-lizard::before {
content: "\f258"; }

.fa-notdef::before {
content: "\e1fe"; }

.fa-disease::before {
content: "\f7fa"; }

Expand Down
4 changes: 2 additions & 2 deletions assets/fontawesome/solid.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.0 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.
*/
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
Expand Down
Binary file modified static/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified static/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified static/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified static/webfonts/fa-solid-900.woff2
Binary file not shown.

0 comments on commit c1e6645

Please sign in to comment.