Search code examples
firefoxfont-face

@font-face not working in firefox but fine in chrome


any ideas? here's what I'm using:

@font-face {
   font-family: 'Jott';
   src: url(http://stuff.saikonet.org/fonts/jott/JottFLF-Bold.ttf) format('truetype');
}

Solution

  • Same-origin rule: By default, Firefox will only accept relative links. If you want to use absolute links or include fonts from different domains, you need to send these fonts with Access Control Headers. See: http://webfonts.info/wiki/index.php?title=%40font-face_support_in_Firefox