Buttons gylphs look odd in firefox

Issue #44 resolved
Cesar Oliveira created an issue

Screenshot attached, though it's not the only place it happens. The glyphs seem like an odd choice, possibly a bug.

Comments (8)

  1. Cesar Oliveira reporter

    Firefox 22 on Linux. Font-Awesome is working for me. Yep, seems to be a cross domain thing. Here's what appears in my error console:

    Timestamp: 13-06-26 07:43:00 PM Error: downloadable font: download failed (font-family: "FontAwesome" style:normal weight:normal stretch:normal src index:2): bad URI or cross-site access not allowed source: http://static.app.justlydone.com/font/fontawesome-webfont.ttf?v=3.2.1 Source File: http://static.app.justlydone.com/font-awesome/font-awesome.css Line: 0 Source Code: @font-face { font-family: "FontAwesome"; font-style: normal; font-weight: normal; src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg"); }

  2. Tom Aratyn repo owner

    Gah, this reverted and was quickly hotfixed by me.

    Firefox only wants 1 domain in the Access-Control-Allow-Origin header. Two will break it.

  3. Log in to comment