首页 > bootstrap字形图标不显示。。

bootstrap字形图标不显示。。

怎么弄都不显示。。




在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>

【热门文章】
【热门文章】