geordanr/xwing-miniatures-font

Microsoft Edge is being horrible

Opened this issue ยท 4 comments

haslo commented

Looks like the icons don't always correctly show up in Microsoft Edge. These screenshots are from the list of icons page:

screen shot 2017-03-23 at 01 27 44

screen shot 2017-03-23 at 01 27 22

screen shot 2017-03-23 at 01 27 57

I've received a bug report about this: https://github.com/haslo/lists_juggle_browser/issues/54 - but haven't dug into what's causing the issue.

xXx_mIcRoSoFt_EdGeLoRd_420xXx

I have found a solution to this. Instead of using unicode glyph in the css. You shoud use the unicode value. content: "\45" instead of content: "E" for rz2awing.
I have tested and it works in latest Chrome, Firefox, Internet Explorer and Edge.

A fix for this would be welcome; I'm not an expert on Sass, but it looks like what we've got now is a byproduct of Sass compilation: sass/node-sass#1331