码迷,mamicode.com
首页 > 其他好文 > 详细

Failed to decode downloaded font和OTS parsing error: Failed to convert *** font to ***

时间:2020-10-31 02:10:56      阅读:10      评论:0      收藏:0      [点我收藏+]

标签:lte   nts   查看   sources   filter   文件   str   font   pre   

使用Springboot+ bootstrap 开发做项目,在写页面时候出现按钮不展示,查看页面出现下面的我问题:

因为经过maven的filter,会破坏font文件的二进制文件格式,到时前台解析出错。

<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
<excludes>
<exclude>static/fonts/**</exclude>
</excludes>
</resource>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
<includes>
<include>static/fonts/**</include>
</includes>
</resource>
</resources>

Failed to decode downloaded font和OTS parsing error: Failed to convert *** font to ***

标签:lte   nts   查看   sources   filter   文件   str   font   pre   

原文地址:https://www.cnblogs.com/JerryTomcat/p/13903389.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!