(ASP MVC) Glyphicons Bootstrap does not work in Firefox

Asked

Viewed 173 times

1

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

ícones quebrados

I am using the version of Bootstrap v3.3.7 in the project Bundle.

In all other browsers, it works perfectly, only in Firefox that doesn’t work.

I thank anyone who can help.

EDIT 1:

Inspecting in the Console, I return the error below:

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 icons work);

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

  • 1
    1. Any errors in the console? 2. Are the files being loaded correctly? 3. Was the browser cache "clean"? 4. The rest of the bootstrap works normally?
  • Maybe it’s the lack of ../, leia: https://answall.com/q/3458/3635, anyway look at the console (press F12) must have some error message, it can be up to CORS.

  • Tried to adjust as I said? Post your HTML and CSS.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.