On my website I call a font that is on an other website :
@font-face {
font-family: Gotham;
src: url('http://www.myOtherSite.com/Gotham-Book.ttf');
font-weight: 600;
}
It works on Safari, I can see the right font, but not on Chrome or Firefox. Do you have any idea why ?
Thank you,