首页 > 解决方案 > fontawesome 图标包在没有 pro 的情况下非法使用?

问题描述

我目前正在编写我的网站,我使用 Wordpress 和 OceanWP 作为主题。今天我对 OceanWP 以及成千上万的用户(商业或非商业用户)使用的图标进行了研究。不幸的是,在我看来非常矛盾的是,在图标提供商https://fontawesome.com/how-to-use/on-the-web/setup/hosting-font-awesome-yourself的网站上,据说名为 “regular.css、light.css、regular.js 和 light.js”的 CSS 和 JS 文件只能用于 Pro。但是,如果您在页面开头下载免费包,这些文件将包含在内,并且许可证显示:

Font Awesome Free is free, open source, and GPL friendly. You can use it for
commercial projects, open source projects, or really almost whatever you want.
Full Font Awesome Free license: https://fontawesome.com/license/free.

# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
packaged as SVG and JS file types.

# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)
In the Font Awesome Free download, the SIL OFL license applies to all icons
packaged as web and desktop font files.

# Code: MIT License (https://opensource.org/licenses/MIT)
In the Font Awesome Free download, the MIT license applies to all non-font and
non-icon files. 

而且,如果仅允许在 Pro 下使用它,例如,OceanWP 将在他们自己的网站上使自己受到惩罚。

有人可以帮助我解决我是否可以将订单作为整个广告合并和使用的奥秘吗?

标签: wordpresswordpress-themingocean

解决方案


我在 GitHub 上问了同样的问题,这里是答案的重要部分:

This is not the first report about this section of the documentation. The fact is that some regular icons are part of the Free set, but the whole regular icon set isn't. FA5's Free regular icons are all FA4's outlined icons and some new useful additions

Feel free to use any icon you find in the downloaded free package for commercial purposes

您可以阅读整个答案:https ://github.com/FortAwesome/Font-Awesome/issues/17891#issuecomment-840013194


推荐阅读