Skip to content

Commit d4c23db

Browse files
committed
Update Fontawesome
1 parent 853ecab commit d4c23db

File tree

7 files changed

+44
-11
lines changed

7 files changed

+44
-11
lines changed

supplemental-ui/fontawesome/brands.css

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* Font Awesome Free 6.2.0 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
:root, :host {
77
--fa-style-family-brands: 'Font Awesome 6 Brands';
@@ -183,6 +183,9 @@
183183
.fa-edge:before {
184184
content: "\f282"; }
185185

186+
.fa-threads:before {
187+
content: "\e618"; }
188+
186189
.fa-napster:before {
187190
content: "\f3d2"; }
188191

@@ -351,6 +354,9 @@
351354
.fa-scribd:before {
352355
content: "\f28a"; }
353356

357+
.fa-debian:before {
358+
content: "\e60b"; }
359+
354360
.fa-openid:before {
355361
content: "\f19b"; }
356362

@@ -591,6 +597,9 @@
591597
.fa-neos:before {
592598
content: "\f612"; }
593599

600+
.fa-square-threads:before {
601+
content: "\e619"; }
602+
594603
.fa-hackerrank:before {
595604
content: "\f5f7"; }
596605

@@ -933,6 +942,9 @@
933942
.fa-erlang:before {
934943
content: "\f39d"; }
935944

945+
.fa-x-twitter:before {
946+
content: "\e61b"; }
947+
936948
.fa-cotton-bureau:before {
937949
content: "\f89e"; }
938950

@@ -1380,6 +1392,9 @@
13801392
.fa-internet-explorer:before {
13811393
content: "\f26b"; }
13821394

1395+
.fa-stubber:before {
1396+
content: "\e5c7"; }
1397+
13831398
.fa-telegram:before {
13841399
content: "\f2c6"; }
13851400

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

1407+
.fa-odysee:before {
1408+
content: "\e5c6"; }
1409+
13921410
.fa-square-whatsapp:before {
13931411
content: "\f40c"; }
13941412

@@ -1422,6 +1440,9 @@
14221440
.fa-quora:before {
14231441
content: "\f2c4"; }
14241442

1443+
.fa-square-x-twitter:before {
1444+
content: "\e61a"; }
1445+
14251446
.fa-reacteurope:before {
14261447
content: "\f75d"; }
14271448

supplemental-ui/fontawesome/fontawesome.css

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* Font Awesome Free 6.2.0 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

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

1499+
.fa-bangladeshi-taka-sign::before {
1500+
content: "\e2e6"; }
1501+
14961502
.fa-bicycle::before {
14971503
content: "\f206"; }
14981504

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

4067-
.fa-child-rifle::before {
4068-
content: "\e4e0"; }
4069-
40704073
.fa-chess::before {
40714074
content: "\f439"; }
40724075

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

5180+
.fa-child-combatant::before {
5181+
content: "\e4e0"; }
5182+
5183+
.fa-child-rifle::before {
5184+
content: "\e4e0"; }
5185+
51775186
.fa-gun::before {
51785187
content: "\e19b"; }
51795188

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

5363+
.fa-notdef::before {
5364+
content: "\e1fe"; }
5365+
53545366
.fa-disease::before {
53555367
content: "\f7fa"; }
53565368

supplemental-ui/fontawesome/solid.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* Font Awesome Free 6.2.0 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
:root, :host {
77
--fa-style-family-classic: 'Font Awesome 6 Free';
3.49 KB
Binary file not shown.
2.29 KB
Binary file not shown.
-2.99 KB
Binary file not shown.
-452 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)