gpt4 book ai didi

asp.net-mvc - FontAwesome fontawesome-webfont.woff2?v=4.5.0 404 未找到

转载 作者:行者123 更新时间:2023-12-05 07:45:25 29 4
gpt4 key购买 nike

我在我的 asp.net mvc 项目中使用 fontawesome 4.5。我在控制台上遇到以下错误 enter image description here

我已经在我的字体文件夹中包含了字体

enter image description here

并在layout.cshtml中为fontwesome样式表划线

<link href="~/Content/font-awesome.min.css" rel="stylesheet" />

我的字体属性是这样的

@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}

我还在 system.webServer 下的 web.config 文件中添加了静态内容

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

<remove fileExtension=".woff2" />
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
</staticContent>

并在 IIS 中添加了 MIME 类型

enter image description here

错误仍然存​​在。需要帮助来解决这个问题

谢谢

最佳答案

也许您的 MIME 类型不正确。请像下图这样修改。

application/font-woff2font/x-woff2

Setting MIME types

关于asp.net-mvc - FontAwesome fontawesome-webfont.woff2?v=4.5.0 404 未找到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41673958/

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