Jump to content

Font Awesome with Firefox, Problems Icons


Recommended Posts

Hey Guys,
i´ve got a small problem with the Font Awesome and Firefox. With every other browser the site is shown completly correct but with Firefox Icons like "Home" "Facebook" or "New" aren´t shown like an icon, more like a code. You can take a look:  http://www.fashionresidenz.de/

 

Does anyone have a solution to get firefox shown everything correctly?

Best regards
Lucas
Fashionresidenz

Link to comment
Share on other sites

Firefox haven't loaded the Font Awesome in your Bonita theme. Compare your CSS with mine at localhost and default-bootstrap theme (1.6.0.8):

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("http://www.fashionresidenz.de/modules/ph_simpleblog/css/../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg"), url("http://www.fashionresidenz.de/modules/ph_simpleblog/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("http://www.fashionresidenz.de/modules/ph_simpleblog/css/../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("http://www.fashionresidenz.de/modules/ph_simpleblog/css/../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype");
}

 

@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");
}

Chrome is probably more inteligent and tries to find the font somewhere.

Link to comment
Share on other sites

×
×
  • Create New...