Font Awesome 的一些图标不起作用,有些图标显示为空方块

Some of Font Awesome's icons are not working and some appears as an empty square

我在 Codepen 上的项目中使用了 Font Awesome CDN,当我在我的 Html 页面中使用图标标签时,图标在第一次和我尝试更改时根本不起作用第一个 class <i class="fab fa-facebook-square"></i> 即 "fab" 并像这样 "fa" 代替 <i class="fa fa-facebook-square"></i> 有些图标确实有效,但仍有一些无效,有些显示为一个空旷的广场!有什么建议吗?

请检查您的 font awesome 版本。 这是当你的版本不支持时

您可以简单地使用此 CDN link 调用所有 fontawesome 变体的所有 CSS 脚本

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" />

或更多访问此页面以做出您的首选。 https://cdnjs.com/libraries/font-awesome