热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

引导woff2字体没有正确加载。-Bootstrapwoff2fontnotgettingloadedcorrectly

Bootstrapfontnotloadingcorrectlyglyphicons-halflings-regular.woff2.引导字体没有正确加载符号-halflingr

Bootstrap font not loading correctly glyphicons-halflings-regular.woff2.

引导字体没有正确加载符号- halflingregular .woff2。

It shows the error in my Chrome-console.

它显示了我的chromeconsole中的错误。

Any solution to get it loaded properly, so that it doesn't show the error in the console?

有什么解决方案可以让它正确地加载,从而不显示控制台中的错误吗?

3 个解决方案

#1


60  

Since you put a asp.net-mvc tag on your post, I'm giving you IIS configuration solution for you.

既然您在您的文章中添加了一个asp.net mvc标记,那么我将为您提供IIS配置解决方案。

Chrome doesn't consume woff and throws 404 error when your web server isn't configured with MIME type 'woff' or 'woff2'.

当您的web服务器没有配置MIME类型“woff”或“woff2”时,Chrome不会消耗woff并抛出404错误。


You need to add IIS a MIME-TYPE for woff2. You can configure it in web.xml.

您需要为woff2添加IIS类型。您可以在web.xml中配置它。

 
  
    
    
  


And you can also do this through IIS manager.

你也可以通过IIS管理器来完成。

  1. open IIS manager
  2. 打开IIS管理器
  3. Features View -> MIME Types
  4. 特征视图-> MIME类型
  5. Actions -> Add
  6. 操作- >添加
  7. You will see add MIME Type box and put woff2 extension in the file extension ".woff2"
  8. 您将看到添加MIME类型框,并将woff2扩展名放在文件扩展名“.woff2”中。
  9. and MIME type as "application/font-woff2" as well.
  10. MIME类型也作为“应用程序/font-woff2”。

IIS manager workthrough via images.

IIS管理器通过映像进行工作。

enter image description here enter image description here enter image description here

#2


2  

The same problem was resolved by adding for IIS the tags in Web.config in, under the Views folder.

通过在Web中为IIS添加标记,解决了同样的问题。在视图文件夹下进行配置。

#3


0  

A small hack 1) search glyphicons-halflings-regular.woff 2) Copy glyphicons-halflings-regular.woff as glyphicons-halflings-regular.woff2 3) Put this is required folder. It worked in my case.

一个小的破解方法——搜索符号——halflingsregular。glyphicons-halflings-regular woff 2)的副本。woff glyphicons-halflings-regular。把这是必需的文件夹。它在我的案例中起作用。


推荐阅读
author-avatar
羚瑞聪羊奶粉
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有