css - @font-face not displaying on Internet Explorer -



css - @font-face not displaying on Internet Explorer -

i using bulletproof syntax , converted fonts font-squirrel fonts on www.runningwithpurpose.org.nz (fonts inline css in html - working) www.runningwithpurpose.org.nz/broken (fonts in css file - not working) . both methods display fontes fine on browsers other ie display or fonts , other times not @ (but not @ all). have tried playing around htaccess file, using 'smiley' syntax neither worked. did manage prepare putting font css inline in html file. ok wondering why seem unable working many other people have @font-face declarations in css file much cleaner , used work fine me doesn't.

any suggestions on how working great, considering no other existing help has worked.

one of @font-face declarations used

@font-face { font-family: 'aller-regular'; src: url('assets/fonts/aller-regular.eot'); src: url('assets/fonts/aller-regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/aller-regular.woff') format('woff'), url('assets/fonts/aller-regular.ttf') format('truetype'), url('assets/fonts/aller-regular.svg#aller-regular') format('svg'); font-weight: normal; font-style: normal; }

have tried using google webfont instead ?, used used fontface found google font 1000000 times easier implement, plus user doesn't have download font off server each time, comes straight google. http://www.google.com/webfonts

css internet-explorer font-face

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -