解决网页出现 net::ERR_ABORTED 404 (Not Found)问题

1、在web.config配置文件中添加woff字体的MIME类型

在Web.config中的system.webServer节点添加

<staticContent>

<remove fileExtension=".woff" />

<mimeMap fileExtension=".woff" mimeType="font/x-font-woff" />

staticContent>

2、在IIS中添加woff字体的MIME类型

解决网页出现 net::ERR_ABORTED 404 (Not Found)问题_第1张图片

参考:https://shiyousan.com/post/635398568799806827

转载于:https://www.cnblogs.com/sunshine-zhouqin/p/10030179.html

你可能感兴趣的:(解决网页出现 net::ERR_ABORTED 404 (Not Found)问题)