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.
            Asked
            
        
        
            Active
            
        
            Viewed 1,119 times
        
    1
            
            
        - 
                    Did you search other SO questions? http://stackoverflow.com/questions/3082835/css-font-face-not-working-in-ie – Brian Metcalf Dec 01 '13 at 22:49
 - 
                    @user2649551 did you find an answer? – Pippin Dec 02 '13 at 19:22
 
1 Answers
2
            
            
        Yes, this is likely because Internet Explorer needs a different font format. There's a great tool for this:
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