1

Basically the @font-face is working fine in Chrome and Firefox but not working properly in Internet Explorer. If someone could take a look at it www.serialquilting.com and advise what the issue might be that would be great.

1 Answers1

2

Yes, this is likely because Internet Explorer needs a different font format. There's a great tool for this:

Font Converter

Internet Explorer will work nicely with Embedded OpenType (EOT), and Open Font (OFT)

Pippin
  • 1,066
  • 7
  • 15
  • As a side note, although you likely already know, your tablet.css file is missing the # for background-color to properly parse. – Pippin Dec 01 '13 at 22:57
  • Hey sorry for the delay in response on this, but while that Font Converter worked splendidly when I tried to install the font in my font folder on my laptop it wouldn't take. If I load it into my FTP will it render properly for the website? – user2649551 May 29 '14 at 15:34