Bootstrap 仅在页面完全加载后才显示字形

Bootstrap Glyphicons are showing only after page is fully loaded

I already posted my problem at my phpBB community here.

如您所见,Glyphicons 是在页面中加载所有其他元素后显示的。 为什么?

有什么方法可以 cache 它们以便尽快显示它们? 你怎么看?

告诉我!并提前致谢!

这是我目前用来调用图标的代码:

@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");

如果你需要知道我的 public_html/community/.htaccess 里面有什么,请告诉我,我会 post 的!

如果加载 css 真的很重要,那么您应该使用 require.js

请阅读这篇文章。 http://requirejs.org/docs/faq-advanced.html

Is the recommendation to include CSS before JavaScript invalid?