diff --git a/lib/fonts/fa-brands-400.ttf b/lib/fonts/fa-brands-400.ttf
index 641a4893394..989f323b1e3 100644
Binary files a/lib/fonts/fa-brands-400.ttf and b/lib/fonts/fa-brands-400.ttf differ
diff --git a/lib/fonts/fa-brands-400.woff2 b/lib/fonts/fa-brands-400.woff2
index 59291012972..19f04b901ed 100644
Binary files a/lib/fonts/fa-brands-400.woff2 and b/lib/fonts/fa-brands-400.woff2 differ
diff --git a/lib/fonts/fa-regular-400.ttf b/lib/fonts/fa-regular-400.ttf
index 7d634a2ba0f..201cc58b853 100644
Binary files a/lib/fonts/fa-regular-400.ttf and b/lib/fonts/fa-regular-400.ttf differ
diff --git a/lib/fonts/fa-regular-400.woff2 b/lib/fonts/fa-regular-400.woff2
index 953d5540b0d..a395e91bbff 100644
Binary files a/lib/fonts/fa-regular-400.woff2 and b/lib/fonts/fa-regular-400.woff2 differ
diff --git a/lib/fonts/fa-solid-900.ttf b/lib/fonts/fa-solid-900.ttf
index b3a2b64103e..1920af1e526 100644
Binary files a/lib/fonts/fa-solid-900.ttf and b/lib/fonts/fa-solid-900.ttf differ
diff --git a/lib/fonts/fa-solid-900.woff2 b/lib/fonts/fa-solid-900.woff2
index 83433f44555..a9f37fd1364 100644
Binary files a/lib/fonts/fa-solid-900.woff2 and b/lib/fonts/fa-solid-900.woff2 differ
diff --git a/lib/fonts/fa-v4compatibility.ttf b/lib/fonts/fa-v4compatibility.ttf
index e4eea68d0f5..4c4c5b3ee32 100644
Binary files a/lib/fonts/fa-v4compatibility.ttf and b/lib/fonts/fa-v4compatibility.ttf differ
diff --git a/lib/fonts/fa-v4compatibility.woff2 b/lib/fonts/fa-v4compatibility.woff2
index e804f186039..507a2ff51cc 100644
Binary files a/lib/fonts/fa-v4compatibility.woff2 and b/lib/fonts/fa-v4compatibility.woff2 differ
diff --git a/lib/thirdpartylibs.xml b/lib/thirdpartylibs.xml
index 207b6a35f06..7b12fb83cff 100644
--- a/lib/thirdpartylibs.xml
+++ b/lib/thirdpartylibs.xml
@@ -458,7 +458,7 @@ All rights reserved.
fonts
Font Awesome - http://fontawesome.com
The Font Awesome font. Font Awesome is the Internet's icon library and toolkit, used by millions of designers, developers, and content creators.
- 6.3.0
+ 6.4.0
SIL OFL
1.1
https://github.com/FortAwesome/Font-Awesome
diff --git a/theme/boost/scss/fontawesome/brands.scss b/theme/boost/scss/fontawesome/brands.scss
index e1238671760..fcea4625948 100644
--- a/theme/boost/scss/fontawesome/brands.scss
+++ b/theme/boost/scss/fontawesome/brands.scss
@@ -1,5 +1,5 @@
/*!
- * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 6.4.0 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 2023 Fonticons, Inc.
*/
@@ -16,9 +16,8 @@
font-style: normal;
font-weight: 400;
font-display: $fa-font-display;
- src:
- url('[[font:core|fa-brands-400.woff2]]') format('woff2'),
- url('[[font:core|fa-brands-400.ttf]]') format('truetype');
+ src: url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
+ url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype');
}
.fab,
diff --git a/theme/boost/scss/fontawesome/fontawesome.scss b/theme/boost/scss/fontawesome/fontawesome.scss
index 87644bf62b7..ab4f133a700 100644
--- a/theme/boost/scss/fontawesome/fontawesome.scss
+++ b/theme/boost/scss/fontawesome/fontawesome.scss
@@ -1,5 +1,5 @@
/*!
- * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 6.4.0 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 2023 Fonticons, Inc.
*/
diff --git a/theme/boost/scss/fontawesome/regular.scss b/theme/boost/scss/fontawesome/regular.scss
index c8b1a96edae..40d175379bc 100644
--- a/theme/boost/scss/fontawesome/regular.scss
+++ b/theme/boost/scss/fontawesome/regular.scss
@@ -1,5 +1,5 @@
/*!
- * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 6.4.0 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 2023 Fonticons, Inc.
*/
@@ -16,9 +16,8 @@
font-style: normal;
font-weight: 400;
font-display: $fa-font-display;
- src:
- url('[[font:core|fa-regular-400.woff2]]') format('woff2'),
- url('[[font:core|fa-regular-400.ttf]]') format('truetype');
+ src: url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
+ url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype');
}
.far,
diff --git a/theme/boost/scss/fontawesome/solid.scss b/theme/boost/scss/fontawesome/solid.scss
index 2d95703f983..3dd635f15bd 100644
--- a/theme/boost/scss/fontawesome/solid.scss
+++ b/theme/boost/scss/fontawesome/solid.scss
@@ -1,5 +1,5 @@
/*!
- * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 6.4.0 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 2023 Fonticons, Inc.
*/
@@ -16,9 +16,8 @@
font-style: normal;
font-weight: 900;
font-display: $fa-font-display;
- src:
- url('[[font:core|fa-solid-900.woff2]]') format('woff2'),
- url('[[font:core|fa-solid-900.ttf]]') format('truetype');
+ src: url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
+ url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype');
}
.fas,
diff --git a/theme/boost/scss/fontawesome/v4-shims.scss b/theme/boost/scss/fontawesome/v4-shims.scss
index fb75a3094c1..7893e7cc06d 100644
--- a/theme/boost/scss/fontawesome/v4-shims.scss
+++ b/theme/boost/scss/fontawesome/v4-shims.scss
@@ -1,5 +1,5 @@
/*!
- * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 6.4.0 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 2023 Fonticons, Inc.
*/
@@ -9,18 +9,3 @@
@import 'functions';
@import 'variables';
@import 'shims';
-
-:root, :host {
- --#{$fa-css-prefix}-style-family-brands: 'Font Awesome 4 Compatibility';
- --#{$fa-css-prefix}-font-brands: normal 400 1em/1 'Font Awesome 4 Compatibility';
- }
-
- @font-face {
- font-family: 'Font Awesome 4 Compatibility';
- font-style: normal;
- font-weight: 400;
- font-display: $fa-font-display;
- src:
- url('[[font:core|fa-v4compatibility.woff2]]') format('woff2'),
- url('[[font:core|fa-v4compatibility.ttf]]') format('truetype');
- }
diff --git a/theme/boost/thirdpartylibs.xml b/theme/boost/thirdpartylibs.xml
index f5ded2b5676..a6c09cecf78 100644
--- a/theme/boost/thirdpartylibs.xml
+++ b/theme/boost/thirdpartylibs.xml
@@ -199,7 +199,7 @@
scss/fontawesome
Font Awesome - http://fontawesome.com
Font Awesome CSS, LESS, and Sass files. Font Awesome is the Internet's icon library and toolkit, used by millions of designers, developers, and content creators.
- 6.3.0
+ 6.4.0
(MIT)
https://github.com/FortAwesome/Font-Awesome