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

vue项目引用图标font-awesome提示错误?万分感谢

vue项目引用图标font-awesome提示错误?万分感谢

BIG阳 2019-07-27 00:46:11
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贡献1799条经验 获得超8个赞

添加代码
@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-07-27
?
翻翻过去那场雪

TA贡献2065条经验 获得超14个赞

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

添加回答

举报

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