bootstrap字形图标不显示。。


怎么弄都不显示。。
39{A{(Z3179QG5%(CQKND%W.jpg


jquery html5 bootstrap JavaScript

刹那F清英 9 years, 7 months ago

@Q(69}J(SR85J7%HX5GW$(O.jpg

张是张柏芝的芝 answered 9 years, 7 months ago

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

南風谷晚稻 answered 9 years, 7 months ago

Your Answer