vue项目引用图标font-awesome提示错误?
vue项目引用图标font-awesome提示错误
Failed to decode downloaded font: http://localhost:3005/fonts/glyphicons-halflings-regular.woff2
login:1 OTS parsing error: invalid version tag
login:1 Failed to decode downloaded font: http://localhost:3005/fonts/glyphicons-halflings-regular.woff
login:1 OTS parsing error: invalid version tag
login:1 Failed to decode downloaded font: http://localhost:3005/fonts/glyphicons-halflings-regular.ttf
login:1 OTS parsing error: invalid version tag
现在的问题是图标没有办法显示,会显示为一个方块,应该怎么改?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
添加代码
应该是你引用的方式不对 你是通过什么方式引用的呢 你可以选择在线引用
在html 页面 引入 生成的css <link rel="stylesheet" href="//at.alicdn.com/t/font_1180806_k64nbgmu96e.css"> 页面中就可以正常使用的
在main.js 中 import 'font-awesome/css/font-awesome.min.css'