Fontawesome not loading

I am currently using Fotawesome in a project. The problem is that when I load a webpage, I see only blocks instead of icons. Fonts "cannot be found on the server", but I'm sure they are in the right place (I can view the files myself). When I load a webpage using localhost, everything works fine. Fontawesome is NOT installed on my computer. Maybe this has something to do with mimetics? How to fix it? (I am using Apache server)

+5
source share
1 answer

Keep in mind that the path to the Awesome font refers to where the CSS is stored (if you use relative paths).

Also, if this is an option, the Bootstrap CDN makes it very easy to use the awesome font: http://www.bootstrapcdn.com/?v=01042013155511#tab_fontawesome

+1
source

All Articles