Skip to content

Commit 83e39b9

Browse files
author
Thibault Hallouin
authored
MAINT: Upgrade FontAwesome dependency to latest version (#868)
1 parent 8885596 commit 83e39b9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/community/topics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ This is configured in the `webpack.config.js` file, and imported in the respecti
120120

121121
### FontAwesome icons
122122

123-
Three "styles" of the [FontAwesome 5 Free](https://fontawesome.com/icons?m=free)
123+
Three "styles" of the [FontAwesome 6 Free](https://fontawesome.com/icons?m=free)
124124
icon font are used for {ref}`icon links <icon-links>` and admonitions, and is
125125
the only `vendored` font.
126126

docs/user_guide/fonts.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Fonts and FontAwesome
22
=====================
33

4-
The theme includes the `FontAwesome 5 Free <https://fontawesome.com/icons?m=free>`__
4+
The theme includes the `FontAwesome 6 Free <https://fontawesome.com/icons?m=free>`__
55
icon font (the ``.fa, .far, .fas`` styles, which are used for
66
:ref:`icon links <icon-links>` and admonitions).
77
This is the only *vendored* font, and otherwise the theme by default relies on

docs/user_guide/header-links.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ as well as brand-specific icons (e.g. "github").
8989
You can use FontAwesome icons by specifying ``"type": "fontawesome"``, and
9090
specifying a FontAwesome class in the ``icon`` value.
9191
The value of ``icon`` can be any full
92-
`FontAwesome 5 Free <https://fontawesome.com/icons?d=gallery&m=free>`__ icon.
92+
`FontAwesome 6 Free <https://fontawesome.com/icons?d=gallery&m=free>`__ icon.
9393
In addition to the main icon class, e.g. ``fa-cat``, the "style" class must
9494
also be provided e.g. `fab` for *branding*, or `fas` for *solid*.
9595

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"webpack-watch-files-plugin": "^1.0.3"
2727
},
2828
"dependencies": {
29-
"@fortawesome/fontawesome-free": "5.13.0",
29+
"@fortawesome/fontawesome-free": "6.1.2",
3030
"bootstrap": "^4.4.1",
3131
"jquery": "3.5.1",
3232
"optimize-css-assets-webpack-plugin": "^5.0.3",

0 commit comments

Comments
 (0)