Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Fa-Fa awsome icons are not displayed on firefox

  • 3 odpovede
  • 15 má tento problém
  • 137 zobrazení
  • Posledná odpoveď od upsingh

more options

Fa-Fa awsome icons are not displayed on firefox while displayed well on all other browsers. go to www.upsingh.in

Fa-Fa awsome icons are not displayed on firefox while displayed well on all other browsers. go to www.upsingh.in

Vybrané riešenie

It looks that Firefox tries to retrieve the font by using the link from the http://www.upsingh.in/ server and those files do not exist and doesn't use the link from the maxcdn.bootstrapcdn.com .

I'm not seeing any request from the file hosted on maxcdn.bootstrapcdn.com

If I delete the link or disable the css/font-awesome.min.css stylesheet then Firefox shows the font for me and I see a request to the maxcdn.bootstrapcdn.com server to get the font

You can paste this code in the command line in the Web Console (Firefox/Tools > Web Developer) to test this.

document.querySelector('link[href="css/font-awesome.min.css"]').disabled=true
Čítať túto odpoveď v kontexte 👍 3

Všetky odpovede (3)

more options

Try converting the font to different formats and using them together:

http://www.font2web.com/

more options

Vybrané riešenie

It looks that Firefox tries to retrieve the font by using the link from the http://www.upsingh.in/ server and those files do not exist and doesn't use the link from the maxcdn.bootstrapcdn.com .

I'm not seeing any request from the file hosted on maxcdn.bootstrapcdn.com

If I delete the link or disable the css/font-awesome.min.css stylesheet then Firefox shows the font for me and I see a request to the maxcdn.bootstrapcdn.com server to get the font

You can paste this code in the command line in the Web Console (Firefox/Tools > Web Developer) to test this.

document.querySelector('link[href="css/font-awesome.min.css"]').disabled=true
more options

Thanks a lot It worked for me.