Twitter bootstrap 在IE8中加载bootstrap font.eot

Twitter bootstrap 在IE8中加载bootstrap font.eot,twitter-bootstrap,internet-explorer-8,font-face,eot,Twitter Bootstrap,Internet Explorer 8,Font Face,Eot,以下是自定义bootstrap.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/glyph

以下是自定义bootstrap.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');
}
所有这些引导字体都位于我的虚拟机(192.168.137.4)中。加载页面时,IE8总是需要下载字体,而其他浏览器(Chrome、Firefox和IE9、10、11)都没有问题

当我尝试用这些字体的cdn链接(例如:)替换.././时,它在IE8中运行得非常好,但我仍然需要从本地加载它们

请告知,我遗漏了什么/需要更改什么来修复此问题

p/S:我确实查阅了这些帖子,但徒劳:

-

-