【发布时间】:2022-01-29 03:21:13
【问题描述】:
我目前正在编写我的网站,我使用 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" 只能与 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 将在他们自己的网站上使自己受到惩罚。
谁能帮我解开我是否可以将订单作为一个完整的商业广告合并使用的谜团?
【问题讨论】:
标签: wordpress wordpress-theming ocean