The icons are not showing in Firefox and this only occurs sometimes.
CSS:
.icon-glyph::before { content: "๎กจ"; } @font-face{font-family:'fontello';src:url(../font/fontello.eot);src:url(../font/fontello.eot#iefix) format("embedded-opentype"),url(../font/fontello.woff) format("woff"),url(../font/fontello.ttf) format("truetype"),url(../font/fontello.svg) format("svg");font-weight:400;font-style:normal}
(the files referred at the font-face part are in place)
Is it the browser issue (since it is only in FF) or is there something wrong in the CSS?