Search code examples
htmlcsscross-browserstylesheetmozilla

Stylesheet not loading in Mozilla Firefox


I'm stumped. Working on a site that isn't loading properly in FireFox. It loads great in Chrome and even IE, but for some reason the stylesheet isn't loading in FireFox.

The site: http://gregsonaccounting.com

I'm using html5 code and have used the basic resets and such from html5 Boiler Plate. Not sure if the problem is in my html or CSS.

Any insight is extremely helpful.

Many thanks.


Solution

  • Your problem comes from style.css which begins by @charset "IBM437" Replace it with @charset "UTF-8"; and it will be better !

    It seams this charset IBM437 is auto added by SASS:

    CSS pseudo element ▼ becomes gibberish in IE