Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm working on a website with a font I uploaded. It works fine in all browsers but in Firefox and IE, when I add www. to the url in the browser, the font doesn't show up? Does anyone know what's up?

This is my CSS declaration:

@font-face {
font-family: 'ITCAvantGardeGothicProDemi';
src: url('../fonts/itcavantgardepro-demi-webfont.eot');
src: url('../fonts/itcavantgardepro-demi-webfont.eot?#iefix') format('embedded-opentype'),
     url('../fonts/itcavantgardepro-demi-webfont.woff') format('woff'),
     url('../fonts/itcavantgardepro-demi-webfont.ttf') format('truetype'),
     url('../fonts/itcavantgardepro-demi-webfont.svg#') format('svg');
font-weight: normal;
font-style: normal;
}

Thanks for the help!

share|improve this question
what website? might help – tekknolagi Nov 29 '11 at 7:56
http://www.yoursite.com/css/fonts/itcavantgardepro-demi-webfont.eot, do not forget http:// – Giberno Nov 29 '11 at 8:03
where on the website is the @font-face supposed to apply? – tekknolagi Nov 29 '11 at 8:05
did you try to use: /css/fonts/itcavantgardepro-demi-webfont.eot instead? like url('/css/fonts/itcavantgardepro-demi-webfont.eot'); – Book Of Zeus Nov 29 '11 at 11:20

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.