Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Fa-Fa awsome icons are not displayed on firefox

  • 3 απαντήσεις
  • 15 έχουν αυτό το πρόβλημα
  • 132 προβολές
  • Τελευταία απάντηση από 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

Επιλεγμένη λύση

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
Ανάγνωση απάντησης σε πλαίσιο 👍 3

Όλες οι απαντήσεις (3)

more options

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

http://www.font2web.com/

more options

Επιλεγμένη λύση

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.