Bootstrap3 - Glyphicons are not displayed in Chrome, only

前端 未结 12 2632
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-08 19:13

Strangely, none of Bootstrap3 glyphicons are displaying in Chrome v31(displays a small square). But, works fine in FF v26, Opera v18, Safari v5.1 and IE v10. Also, works fine in

12条回答
  •  耶瑟儿~
    2021-02-08 19:44

    Ensure that you have the fonts folder in your project besides the js, css and others.

    If the fonts folder is in the project and the path in the bootstrap.min.css file is like this ../fonts/glyphicons ie the fonts folder not in the css folder, Then everything will work just fine. Thank you.

提交回复
热议问题