(ASP MVC) Bootstrap Glyphicons do not work in Firefox

1

I have an ASP MVC 5 application where I use the Bootstrap that comes along, but both in the debug and in the publication, the Bootstrap (glyphicons) icons are not being loaded, see image:

I'm using the Bootstrap v3.3.7 version in the project bundle.

In all other browsers, it works perfectly, only in Firefox that does not work.

Thanks to anyone who can help.

EDIT 1:

Inspecting the Console, the following error is returned:

glyphicons-halflings-regular.woff2 Failed to load resource: the server responded with a status of 404 (Not Found)

(this in both browsers, including those where the icons work);

Going in the corresponding folder, the .woff2 file is there! I tried to remove it and it works, however, when another instance of Firefox opens, the file comes back and the icons disappear again.

    
asked by anonymous 11.07.2017 / 21:27

0 answers