开发者社区> 问答> 正文

bootstrap字形图标不显示。。

怎么弄都不显示。。screenshot

展开
收起
云栖技术 2016-05-25 10:34:43 2004 0
2 条回答
写回答
取消 提交回答
  • 有点尴尬唉 你要寻找的东西已经被吃掉啦!

    先导入jquery再引用bootscript的js

    2019-07-17 19:13:42
    赞同 展开评论 打赏
  • 社区爱好者,专为云栖社区服务!

    在HTML里面在写一遍,font-face的字体引用,我在IE8下也遇到这个bug。

    <head>
    <style type="text/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.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
    }
    </style>
    </head>
    2019-07-17 19:13:42
    赞同 展开评论 打赏
问答分类:
问答标签:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载