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.
But they load up fine on a PC
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!