Wondering if anyone has seen this issue and if there is a solution. Face-you-font works fine in IE, but doesn't work in IE8.

Any info would be helpful.

Thanks,

Comments

lipinponmala007’s picture

Hi ncswi

I hope that to work with IE8 this module needs the font_name.eot file ..in my case i
1.copied this file in to my themes folder where style.css is placed
2. in style.ie8.css i added


body {
 font-family: font_name, Verdana,sans-serif;

}

@font-face {
  font-family: 'font_name';
  src: url("font_name.eot");
  font-style: normal;
  font-weight: normal;
}

3.Cleared cache

then it worked.