I am writing a web application and trying to use font-awesome
icons.
The fonts are imported to the right directories but when I load the page the icons appear as blank squares. (Example in attached picture).
When I press F12 this is the error I get: (Also in attached picture)
Failed to load resource: the server responded with fontawesome-webfont.woff2 a status of 404 (Not Found)
Failed to load resource: the server responded with fontawesome-webfont.woff a status of 404 (Not Found)
Failed to load resource: the server responded with fontawesome-webfont.ttf a status of 404 (Not Found)
Those files do exist and I can see them.
I managed to find some solutions by changing the web.config
file but this is not helping with laravel
.
I can't find any appropriate solution for laravel 5.5
online. Would appreciate help!
PS - I don't know yet if this is relevant, but I use the icons in vue.js
components.
IIS will not serve files of unknown type.