Hi,
I have tested the ad in several browsers most are fine, but having a few issues with the font in Internet Explorer. Anyone give any advice on this matter?
I added a custom CSS font and uploaded the font in the resources folder, so I don’t know what the problem is?
<style>
@font-face {
font-family: 'GothamOffice-Bold';
src: url('Default.hyperesources/GothamOffice-Bold.ttf');
}
</style>
<style>
@font-face {
font-family: 'GothamOffice-Regular';
src: url('Default.hyperesources/GothamOffice-Regular.ttf');
}
</style>
This is what shows in my header, is there any code to make it work in all IE e.g. 11 version. Is there alternative font extensions I need to provide?