gpt4 book ai didi

font-face - “网络错误 : 404 Not Found fontawesome-webfont. woff?v=4.0.3

转载 作者:行者123 更新时间:2023-12-02 21:58:35 26 4
gpt4 key购买 nike

每当加载应用程序页面时,我都会收到此错误消息。我正在使用 Apache 。以下是我的 CSS 代码。

url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff')

火狐抛出

"NetworkError: 404 Not Found url.../fonts/fontawesome-webfont.woff?v=4.0.3

虽然 chrome 说

GET url.../fonts/fontawesome-webfont.woff?v=4.0.3 404 (Not Found)

谁能告诉我如何解决这个问题?提前致谢。

最佳答案

这对我有用:将以下行添加到您的 web.config

<system.webServer>
<staticContent>
<remove fileExtension=".woff"/>
<mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
</staticContent>
</system.webServer>

您必须添加这些行,因为默认情况下 Apache 未配置 .woff 作为默认 MIME 类型。 Apache default MIME-type这也适用于 IIS。正如 Seb Duggan 在这里解释的那样:IIS default MIME ,默认情况下,服务器不会提供 .woff 文件。

关于font-face - “网络错误 : 404 Not Found fontawesome-webfont. woff?v=4.0.3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24104736/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com