Glyphicons from bootstrap 3 not rendering on Firefox

后端 未结 1 1415
天命终不由人
天命终不由人 2021-01-23 06:33

I use bootstrap 3 for a web application. Everything works on my computer (Chrome, IE and Firefox) but one of my customer can not see glyphicon.

I first thought the pro

相关标签:
1条回答
  • 2021-01-23 07:01

    Check all your fonts are present and upload well in your font dir, see also: Bootstrap 3.0 and Font Awesome, .eot,.woff,.ttf,.svg. If one is broken or missing it will not work on some browsers:

    files:

    css/bootstrap.css
    fonts/glyphicons-halflings-regular.eot  
    fonts/glyphicons-halflings-regular.svg  
    fonts/glyphicons-halflings-regular.ttf  
    fonts/glyphicons-halflings-regular.woff
    
    0 讨论(0)
提交回复
热议问题