0

I am having a strange issue where glyphicons are not loading through a Mac. I have tried Chrome v50 and Safari v9. The icon is either not there, or a strange box.

enter image description here

But they load up fine on a PC

enter image description here

Here are the simple buttons I'm using:

<button title="Include" id="addToList" class="btn btn-default center-block add"><i class="glyphicon glyphicon-chevron-right"></i></button>
<button title="Remove" class="btn btn-default center-block remove"><i class="glyphicon glyphicon-chevron-left"></i></button>

The CSS:

.glyphicon-chevron-right:before { content: "\e080"; }

Any help would be much appreciated!

Rob
  • 14,746
  • 28
  • 47
  • 65
flyinryan
  • 94
  • 1
  • 12

1 Answers1

0

It looks like your answer is in this article:

ASP.NET MVC 5 on Azure: "The resource you are looking for has been removed..." for SVG files

and here:

404 on static content (svg,woff,ttf) on Azure

Community
  • 1
  • 1
nixkuroi
  • 2,259
  • 1
  • 19
  • 25