码迷,mamicode.com
首页 > 其他好文 > 详细

Bootstrap3 为何无法显示Glyphicons 图标

时间:2015-12-10 23:25:40      阅读:748      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!