Skip to content

Commit e5f3d67

Browse files
committed
Update Font Awesome
1 parent aa63b3c commit e5f3d67

11 files changed

+38
-11
lines changed

assets/fontawesome/LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ as SVG and JS file types.
2323
In the Font Awesome Free download, the SIL OFL license applies to all icons
2424
packaged as web and desktop font files.
2525

26-
Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com)
26+
Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)
2727
with Reserved Font Name: "Font Awesome".
2828

2929
This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -123,7 +123,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
123123
In the Font Awesome Free download, the MIT license applies to all non-font and
124124
non-icon files.
125125

126-
Copyright 2023 Fonticons, Inc.
126+
Copyright 2024 Fonticons, Inc.
127127

128128
Permission is hereby granted, free of charge, to any person obtaining a copy of
129129
this software and associated documentation files (the "Software"), to deal in the

assets/fontawesome/css/all.css

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.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 2023 Fonticons, Inc.
4+
* Copyright 2024 Fonticons, Inc.
55
*/
66
.fa {
77
font-family: var(--fa-style-family, "Font Awesome 6 Free");
@@ -463,8 +463,8 @@
463463
transform: scale(-1, -1); }
464464

465465
.fa-rotate-by {
466-
-webkit-transform: rotate(var(--fa-rotate-angle, none));
467-
transform: rotate(var(--fa-rotate-angle, none)); }
466+
-webkit-transform: rotate(var(--fa-rotate-angle, 0));
467+
transform: rotate(var(--fa-rotate-angle, 0)); }
468468

469469
.fa-stack {
470470
display: inline-block;
@@ -2768,6 +2768,9 @@ readers do not read off random characters that represent icons */
27682768
.fa-italic::before {
27692769
content: "\f033"; }
27702770

2771+
.fa-table-cells-column-lock::before {
2772+
content: "\e678"; }
2773+
27712774
.fa-church::before {
27722775
content: "\f51d"; }
27732776

@@ -4940,6 +4943,9 @@ readers do not read off random characters that represent icons */
49404943
.fa-font::before {
49414944
content: "\f031"; }
49424945

4946+
.fa-table-cells-row-lock::before {
4947+
content: "\e67a"; }
4948+
49434949
.fa-rupiah-sign::before {
49444950
content: "\e23d"; }
49454951

@@ -6481,6 +6487,9 @@ readers do not read off random characters that represent icons */
64816487
.fa-drupal:before {
64826488
content: "\f1a9"; }
64836489

6490+
.fa-jxl:before {
6491+
content: "\e67b"; }
6492+
64846493
.fa-hire-a-helper:before {
64856494
content: "\f3b0"; }
64866495

@@ -6784,6 +6793,9 @@ readers do not read off random characters that represent icons */
67846793
.fa-kickstarter:before {
67856794
content: "\f3bb"; }
67866795

6796+
.fa-square-kickstarter:before {
6797+
content: "\f3bb"; }
6798+
67876799
.fa-grav:before {
67886800
content: "\f2d6"; }
67896801

@@ -7216,6 +7228,9 @@ readers do not read off random characters that represent icons */
72167228
.fa-google-plus-square:before {
72177229
content: "\f0d4"; }
72187230

7231+
.fa-web-awesome:before {
7232+
content: "\e682"; }
7233+
72197234
.fa-mandalorian:before {
72207235
content: "\f50f"; }
72217236

@@ -7378,6 +7393,9 @@ readers do not read off random characters that represent icons */
73787393
.fa-xbox:before {
73797394
content: "\f412"; }
73807395

7396+
.fa-square-web-awesome-stroke:before {
7397+
content: "\e684"; }
7398+
73817399
.fa-searchengin:before {
73827400
content: "\f3eb"; }
73837401

@@ -7486,6 +7504,9 @@ readers do not read off random characters that represent icons */
74867504
.fa-whatsapp:before {
74877505
content: "\f232"; }
74887506

7507+
.fa-square-upwork:before {
7508+
content: "\e67c"; }
7509+
74897510
.fa-slideshare:before {
74907511
content: "\f1e7"; }
74917512

@@ -7564,6 +7585,9 @@ readers do not read off random characters that represent icons */
75647585
.fa-sellsy:before {
75657586
content: "\f213"; }
75667587

7588+
.fa-square-web-awesome:before {
7589+
content: "\e683"; }
7590+
75677591
.fa-sass:before {
75687592
content: "\f41e"; }
75697593

@@ -7600,6 +7624,9 @@ readers do not read off random characters that represent icons */
76007624
.fa-waze:before {
76017625
content: "\f83f"; }
76027626

7627+
.fa-bluesky:before {
7628+
content: "\e671"; }
7629+
76037630
.fa-cc-jcb:before {
76047631
content: "\f24b"; }
76057632

assets/fontawesome/css/all.min.css

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.13 KB
Binary file not shown.
480 Bytes
Binary file not shown.
-144 Bytes
Binary file not shown.
-60 Bytes
Binary file not shown.
612 Bytes
Binary file not shown.
-96 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)