I'm using @font-face generated from Font Squirrel in a .NET application. The font renders great locally. But when publishing the application it only works in Chrome on the server, not IE/Firefox. I'm using all latest versions.
I've tried messing with the .htaccess file & adding .otf in the Mime types of the server but am still having issues.
Any help would be great.
I found that when publishing the .NET application through Visual Studio it was not moving 12/16 of the font files to the server. After I added them manually all was working just fine.