首页 > 其他 > 详细

Bootstrap3 为何无法显示Glyphicons 图标

时间:2015-12-10 23:23:13      阅读:295      评论:0      收藏:0      [点我收藏+]
Bootstrap3 为何无法显示Glyphicons 图标

在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‘); }

指定到你想要的path上就行

Bootstrap3 为何无法显示Glyphicons 图标

原文:http://www.cnblogs.com/kenshinobiy/p/5037377.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!