diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss
index 224419da3a..ff47a3a3c8 100644
--- a/assets/scss/_variables.scss
+++ b/assets/scss/_variables.scss
@@ -4,8 +4,6 @@ Bootstrap variables overrides for theme.
See https://github.com/twbs/bootstrap/pull/23260
*/
-@fa-font-path : "../webfonts";
-
// Bootstrap flags. For more, see https://getbootstrap.com/docs/4.0/getting-started/theming/
$enable-gradients: true !default;
$enable-rounded: true !default;
diff --git a/config.toml b/config.toml
index 47a9ab4059..874e57fcf1 100644
--- a/config.toml
+++ b/config.toml
@@ -48,6 +48,9 @@ min = "0.73.0"
[[module.mounts]]
source = 'static'
target = 'static'
+ [[module.mounts]]
+ source = 'node_modules/@fortawesome/fontawesome-free/webfonts'
+ target = 'static/webfonts'
# Mounts for projects using Docsy as an NPM package. The source path prefix
# "../.." moves out of themes/docsy so that Docsy can find its dependencies.
[[module.mounts]]
@@ -56,3 +59,6 @@ min = "0.73.0"
[[module.mounts]]
source = '../../node_modules/@fortawesome/fontawesome-free'
target = 'assets/vendor/Font-Awesome'
+ [[module.mounts]]
+ source = '../../node_modules/@fortawesome/fontawesome-free/webfonts'
+ target = 'static/webfonts'
diff --git a/static/webfonts/fa-brands-400.eot b/static/webfonts/fa-brands-400.eot
deleted file mode 100644
index 2cca660de6..0000000000
Binary files a/static/webfonts/fa-brands-400.eot and /dev/null differ
diff --git a/static/webfonts/fa-brands-400.svg b/static/webfonts/fa-brands-400.svg
deleted file mode 100644
index d9939bc0c0..0000000000
--- a/static/webfonts/fa-brands-400.svg
+++ /dev/null
@@ -1,3451 +0,0 @@
-
-
-
-
diff --git a/static/webfonts/fa-brands-400.ttf b/static/webfonts/fa-brands-400.ttf
deleted file mode 100644
index 2cb180bc7c..0000000000
Binary files a/static/webfonts/fa-brands-400.ttf and /dev/null differ
diff --git a/static/webfonts/fa-brands-400.woff b/static/webfonts/fa-brands-400.woff
deleted file mode 100644
index e192c51cd0..0000000000
Binary files a/static/webfonts/fa-brands-400.woff and /dev/null differ
diff --git a/static/webfonts/fa-brands-400.woff2 b/static/webfonts/fa-brands-400.woff2
deleted file mode 100644
index e916d751a7..0000000000
Binary files a/static/webfonts/fa-brands-400.woff2 and /dev/null differ
diff --git a/static/webfonts/fa-regular-400.eot b/static/webfonts/fa-regular-400.eot
deleted file mode 100644
index 54c89910c1..0000000000
Binary files a/static/webfonts/fa-regular-400.eot and /dev/null differ
diff --git a/static/webfonts/fa-regular-400.svg b/static/webfonts/fa-regular-400.svg
deleted file mode 100644
index e04c2e0e70..0000000000
--- a/static/webfonts/fa-regular-400.svg
+++ /dev/null
@@ -1,803 +0,0 @@
-
-
-
-
diff --git a/static/webfonts/fa-regular-400.ttf b/static/webfonts/fa-regular-400.ttf
deleted file mode 100644
index ef43cfd3b2..0000000000
Binary files a/static/webfonts/fa-regular-400.ttf and /dev/null differ
diff --git a/static/webfonts/fa-regular-400.woff b/static/webfonts/fa-regular-400.woff
deleted file mode 100644
index 13f01914f9..0000000000
Binary files a/static/webfonts/fa-regular-400.woff and /dev/null differ
diff --git a/static/webfonts/fa-regular-400.woff2 b/static/webfonts/fa-regular-400.woff2
deleted file mode 100644
index 004b29b6d1..0000000000
Binary files a/static/webfonts/fa-regular-400.woff2 and /dev/null differ
diff --git a/static/webfonts/fa-solid-900.eot b/static/webfonts/fa-solid-900.eot
deleted file mode 100644
index 8f113689b3..0000000000
Binary files a/static/webfonts/fa-solid-900.eot and /dev/null differ
diff --git a/static/webfonts/fa-solid-900.svg b/static/webfonts/fa-solid-900.svg
deleted file mode 100644
index b80d4772cc..0000000000
--- a/static/webfonts/fa-solid-900.svg
+++ /dev/null
@@ -1,4649 +0,0 @@
-
-
-
-
diff --git a/static/webfonts/fa-solid-900.ttf b/static/webfonts/fa-solid-900.ttf
deleted file mode 100644
index 5a6d7476eb..0000000000
Binary files a/static/webfonts/fa-solid-900.ttf and /dev/null differ
diff --git a/static/webfonts/fa-solid-900.woff b/static/webfonts/fa-solid-900.woff
deleted file mode 100644
index d92df45604..0000000000
Binary files a/static/webfonts/fa-solid-900.woff and /dev/null differ
diff --git a/static/webfonts/fa-solid-900.woff2 b/static/webfonts/fa-solid-900.woff2
deleted file mode 100644
index df7e7042a2..0000000000
Binary files a/static/webfonts/fa-solid-900.woff2 and /dev/null differ