对于我的旋转木马,bootstrap glyphicons没有出现。我确定我有fonts文件夹。
您可以在此处查看该网站的测试版本(已编辑)。
有趣的是,只有当我使用我的Web IDE(Adobe的Brackets)进行实时预览时,箭头才会出现。
答案 0 :(得分:2)
问题是bootstrap.css文件的网址是src:url(../ fonts / glyphicons-halflings-regular.eot)
../表示根域。
CSS指向以下网址: http://thesabreslicer.site.nfoservers.com/fonts/
您的文件夹位于: http://thesabreslicer.site.nfoservers.com/的 thesabreslicer / DW /字体强> /
将字体文件夹移至根目录,它将解决您的问题。