# 如何使用 Font Awesome Pro v6？

**URL:** <https://meta.discourse.org/t/how-to-use-font-awesome-pro-v6/265088>\
**Category:** Support\
**Tags:** fontawesome-pro\
**Created:** [2022年十二月9日 10:11 UTC](https://meta.discourse.org/t/how-to-use-font-awesome-pro-v6/265088 "2022-12-09T10:11:29Z")\
**Posts on this page:** 5\
**Page:** 1

<div class="post-metadata">

**Author:** ![uffehe](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/uffehe/32/208266_2.png) [@uffehe](https://meta.discourse.org/u/uffehe)\
**Post date:** [2022年十二月9日 10:11 UTC](https://meta.discourse.org/t/how-to-use-font-awesome-pro-v6/265088/1 "2022-12-09T10:11:29Z")

</div>

我们正在为 Font Awesome Pro 付费，并希望使用 v.6。我们该如何做？

---

<div class="post-metadata">

**Author:** ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)\
**Post date:** [2022年十二月9日 13:29 UTC](https://meta.discourse.org/t/how-to-use-font-awesome-pro-v6/265088/2 "2022-12-09T13:29:28Z")

</div>

有相应的插件：

> [@Discourse FontAwesome Pro](https://meta.discourse.org/t/discourse-fontawesome-pro/150871?u=merefield):
>
> discourse2Summary Discourse FontAwesome Pro allows the use of Font Awesome Pro icons in Discourse with a [FontAwesome license](https://fontawesome.com/plans) by using your account’s NPM package token.hammer_and_wrenchRepository Link [https://github.com/discourse/discourse-fontawesome-pro](https://github.com/discourse/discourse-fontawesome-pro)open_bookInstall Guide [How to install plugins in Discourse](https://meta.discourse.org/t/install-plugins-in-discourse/19157)Configuration This requires a few extra step to enable from a normal plugin: First, you will need to set up an additional env var containing your font awe…

---

<div class="post-metadata">

**Author:** ![uffehe](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/uffehe/32/208266_2.png) [@uffehe](https://meta.discourse.org/u/uffehe)\
**Post date:** [2022年十二月10日 14:35 UTC](https://meta.discourse.org/t/how-to-use-font-awesome-pro-v6/265088/3 "2022-12-10T14:35:39Z")

</div>

感谢 @merefield。我们正在使用它，但它下载的是 v.5 图标。

---

<div class="post-metadata">

**Author:** ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)\
**Post date:** [2023年五月15日 17:25 UTC](https://meta.discourse.org/t/how-to-use-font-awesome-pro-v6/265088/4 "2023-05-15T17:25:14Z")

</div>

我们尚未正式更新到 v6… v6 更改了一些图标，[重命名了许多图标](https://fontawesome.com/docs/web/setup/upgrade/whats-changed#icons-renamed-in-version-6)，并移除了一些… 因此，找到所有需要更新和替换的内容是一项相当大的工作。希望我们能尽快完成。

---

<div class="post-metadata">

**Author:** ![pinder99](https://avatars.discourse-cdn.com/v4/letter/p/dfb087/32.png) [@pinder99](https://meta.discourse.org/u/pinder99)\
**Post date:** [2023年五月16日 06:05 UTC](https://meta.discourse.org/t/how-to-use-font-awesome-pro-v6/265088/5 "2023-05-16T06:05:43Z")

</div>

> [@uffehe](#):
>
> 我们正在为 Font Awesome Pro 付费，并希望使用 v.6。我们该如何做？

`<link rel="stylesheet" href="path/to/font-awesome-pro-v6/css/all.min.css">`

获取 Font Awesome Pro v6 包：  
登录您的 Font Awesome 帐户。下载 Font Awesome Pro v6 包，其中包含必要的 CSS 和字体文件。将“path/to/font-awesome-pro-v6”替换为您存储 Font Awesome Pro v6 CSS 文件的实际路径。通过将 `<link>` 标签添加到 Discourse 主题的“head\_tag.html”文件中，您可以引用 Font Awesome Pro v6 CSS 文件，这将加载图标所需的样式。请记住调整 `<link>` 标签中的路径，以指向 Font Awesome Pro v6 CSS 文件的正确位置。
