glyphicons-halflings-regular.woff2 net::ERR_ABORTED

本文记录了使用Bootstrap日历控件时遇到的图标和箭头显示问题及解决过程。主要原因是缺少必要的字体文件,通过从Bootstrap官网下载并正确安装字体文件解决了这一问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

使用bootstrap日历控件问题记录

1、报错信息

使用bootstrap日历控件,图片和箭头出不来,且js报错如下:

 http://localhost:8080/fonts/glyphicons-halflings-regular.woff2 net::ERR_ABORTED

报错信息001

报错信息002

2、报错原因是:

在bootstrap.min.css中有对如下字体文件的引用:
@font-face{
font-family:’Glyphicons Halflings’;
src:url(../fonts/glyphicons-halflings-regular.eot);
src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format(‘embedded-opentype’),
url(../fonts/glyphicons-halflings-regular.woff2) format(‘woff2’),
url(../fonts/glyphicons-halflings-regular.woff) format(‘woff’),
url(../fonts/glyphicons-halflings-regular.ttf) format(‘truetype’),
url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format(‘svg’)}

资料:http://www.runoob.com/bootstrap/bootstrap-glyphicons.html

3、解决方案

去bootstrap官网下载源码,把字体文件拷贝到项目即可。官网下载路径:http://v3.bootcss.com/getting-started/#download
如下图:
ziti

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值