Use EOT font types to avoid these issues
We can easily convert the ttf fonts to eot fonts easily by these tools.
http://www.kirsle.net/wizards/ttf2eot.cgi
OR
Use EOT font types to avoid these issues
We can easily convert the ttf fonts to eot fonts easily by these tools.
http://www.kirsle.net/wizards/ttf2eot.cgi
OR
<style>
@font-face
{
font-family:”OurCustomFontFamilyName”;
src:url(FontFileName.Extension);
}
</style>