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

在线等!vue 如何正确引用图标f,我这里提示错误?感激不尽

在线等!vue 如何正确引用图标f,我这里提示错误?感激不尽

蓝山帝景 2019-06-09 09:51:55
vue项目引用图标font-awesome提示错误Failedtodecodedownloadedfont:http://localhost:3005/fonts/glyphicons-halflings-regular.woff2login:1OTSparsingerror:invalidversiontaglogin:1Failedtodecodedownloadedfont:http://localhost:3005/fonts/glyphicons-halflings-regular.wofflogin:1OTSparsingerror:invalidversiontaglogin:1Failedtodecodedownloadedfont:http://localhost:3005/fonts/glyphicons-halflings-regular.ttflogin:1OTSparsingerror:invalidversiontag现在的问题是图标没有办法显示,会显示为一个方块,应该怎么改?
查看完整描述

2 回答

?
慕后森

TA贡献1802条经验 获得超5个赞

添加代码
@font-face{
font-family:'MyWebFont';
src:url('webfont.eot');/*IE9CompatModes*/
src:url('webfont.eot?#iefix')format('embedded-opentype'),/*IE6-IE8*/
url('webfont.woff2')format('woff2'),/*SuperModernBrowsers*/
url('webfont.woff')format('woff'),/*PrettyModernBrowsers*/
url('webfont.ttf')format('truetype'),/*Safari,Android,iOS*/
url('webfont.svg#svgFontName')format('svg');/*LegacyiOS*/
}
                            
查看完整回答
反对 回复 2019-06-09
?
FFIVE

TA贡献1797条经验 获得超6个赞

应该是你引用的方式不对你是通过什么方式引用的呢你可以选择在线引用在html页面引入生成的css页面中就可以正常使用的
                            
查看完整回答
反对 回复 2019-06-09
  • 2 回答
  • 0 关注
  • 685 浏览
慕课专栏
更多

添加回答

举报

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