Why does IE8 only show @fontface locally? And can I do anything to fix it?
Apart from Firefox, which does exactly the opposite (and is therefore not a real problem), every compatible browser that I have tried is showing my @fontface locally and on the server. No problems there. IE8 happily shows it locally, but not on the server. It is fetching and using the CSS file that contains the @fontface.
I have used Fontsquirrel's CSS (shown below). There is no difference between my local directory structure/files and the equivalent on the server. IE8 displays Fontsquirrel's kits locally and displays the samples on Fontsquirrel's website: just nothing from my server.
I can't provide any links because I'm testing this in a private directory until I get it working.
Code:@font-face { font-family: 'NotethisRegular'; src: url('Note_this-webfont.eot'); src: url('Note_this-webfont.eot?iefix') format('eot'), url('Note_this-webfont.woff') format('woff'), url('Note_this-webfont.ttf') format('truetype'), url('Note_this-webfont.svg#webfontt4GTeQZi') format('svg'); font-weight: normal; font-style: normal; }



Reply With Quote

Bookmarks