Fontawesome Fails to Load Fonts Locally and in Electron App

FontAwesome fails to load fonts locally and in electron app

The Problem was in my grunt-file. I tried to reproduce the issue by simply downloading all dependencies manually at their vendors websites and placed them in the corresponding script-folder of my project - suddenly it worked.

I switched to gulp now and it still works. No idea what i was doing wrong with grunt though...

Font Awesome + Electron

Solved, I moved the font-awesome.min.css in /css folder.

FontAwesome not working

this worked for me. your code has an extra 'e' in chevron

<i class="icon-chevron-right"></i>Next

Font Awesome not working, icons showing as squares

According to the documentation (step 3), you need to modify the supplied CSS file to point to the font location on your site.

FontAwesome - Failed to decode downloaded font

The problem isn't with your HTML or CSS code... It must be with the font files or the server,

because normal font files should contain codes and can be downloaded when opened in browser like this : https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0

While your files looks empty without any code even when downloaded: http://devcomlink.kunena.dev-monkeys.com/components/com_kunena/template/devcomlink/fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0

Try to replace the files ...

Fontawesome not loading

Keep in mind the path to Font Awesome is relative to where the CSS is stored (if you're using relative paths).

Also, if it's an option, Bootstrap CDN makes it really easy to use Font Awesome:
http://www.bootstrapcdn.com/?v=01042013155511#tab_fontawesome



Related Topics



Leave a reply



Submit