为了账号安全,请及时绑定邮箱和手机立即绑定

项目中字体库成功加载,但是无法显示

项目中字体库成功加载,但是无法显示

繁星淼淼 2019-03-29 22:15:16
字体库加载成功但是却无法正常显示,本地开发环境可以正常显示很奇怪不知道是啥原因这是字体库文件的引用和加载代码@font-face {  font-family: 'icomoon';  src:  url('../fonts/icomoon.eot?q7r210');  src:  url('../fonts/icomoon.eot?q7r210#iefix') format('embedded-opentype'),  url('../fonts/icomoon.ttf?q7r210') format('truetype'),  url('../fonts/icomoon.woff?q7r210') format('woff'),  url('../fonts/icomoon.svg?q7r210#icomoon') format('svg');  font-weight: normal;  font-style: normal;}[class^="icon-"], [class*=" icon-"] {  /* use !important to prevent issues with browser extensions that change fonts */  font-family: 'icomoon' !important;  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  /* Better Font Rendering =========== */  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}.icon-32:before {  content: "\e900";}.icon-2444:before {  content: "\e901";}
查看完整描述

3 回答

?
芜湖不芜

TA贡献1796条经验 获得超7个赞

Failed to decode downloaded font

问题解决了,之前报的这个错,一直没看到。

是后端打包的时候,对字体库进行编译,把字体库文件损坏了。


<webResources>

<resource>

<directory>src/main/webapp</directory>

<filtering>false</filtering>

</resource>

</webResources>

打包的把字体库过滤掉。就可以了

可以参考这个答案


查看完整回答
反对 回复 2019-04-09
?
牧羊人nacy

TA贡献1862条经验 获得超7个赞

相对路径绝对路径的问题?


查看完整回答
反对 回复 2019-04-09
?
泛舟湖上清波郎朗

TA贡献1818条经验 获得超3个赞

你没写 font-family: "iconfont"


查看完整回答
反对 回复 2019-04-09
  • 3 回答
  • 0 关注
  • 937 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信