This worked for me: Add the following lines to your web.config

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

You have to add these lines because by default Apache is not configured with .woff as a default MIME-type. Apache default MIME-type This holds for IIS as well. As Seb Duggan explains here:IIS default MIME, by default .woff files will not be served by the server.

最新文章

  1. Maven将依赖的所有jar包打成一个jar
  2. C# 模拟按下回车键自动登录
  3. 微信调试、API、AJAX的调试 SocketLog
  4. something
  5. zlog学习笔记(zc_arraylist)
  6. 关于出现 org.apache.commons.lang.exception.NestableRuntimeException的解决方法
  7. 杭电ACM分类
  8. SQL SERVER定时任务执行跟踪--供远程查看 [原创]
  9. key_t键和ftok函数
  10. linux chmod使用说明
  11. GDB: advanced usages
  12. mybatis的学习笔记
  13. C# winFrom窗体设计问题-部分文件打不开窗体设计器 变成类.cs
  14. js数据结构之栈、队列(数据结构与拉火车游戏)
  15. 用了一天的时间,linux下expect实现ssh自动登录服务器记,鄙视下网上各种抄来抄去残段子
  16. CF #552(div3)G 最小lcm
  17. SSH框架的搭建和测试(Spring + Struts2 + Hibernate)
  18. 多台linux主机间免密码登录
  19. 用python读写excel的强大工具:openpyxl
  20. css学习(1)

热门文章

  1. location.hash的不一样用法
  2. 深入浅出 Java Concurrency (19): 并发容器 part 4 并发队列与Queue简介[转]
  3. springboot核心技术(四)-----Docker、数据访问、自定义starter
  4. i\&#39;ll make a man out of you
  5. kafka使用示例
  6. JDBC连接整个过程
  7. nslookup获取域名对应的的ip地址
  8. SSM1-Maven入门
  9. Functional Programming Contest - September&#39;14
  10. 八大 IoT 安全关键技术解析