fontawesome 图标包没有pro 非法使用?

fontawesome icon package illegal to use without pro?

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

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,就会在自己的网站上受到惩罚。

谁能帮我解开能否将订单合并使用的谜底?

我在 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

所选答案正确但不完整。正确的答案实际上应该是:

Feel free to use any icon you find in the downloaded free package for commercial purposes, ONLY IF YOUR NUMBER OF PAGEVIEWS/MONTH IS LESS THAN 10k

参考:https://fontawesome.com/plans

屏幕(根据 2022-01-28):