您的位置:首页 > Web前端 > BootStrap

Bootstrap3 为何无法显示Glyphicons 图标

2015-12-10 21:31 405 查看
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上就行
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: