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 created a webfont kit by using http://www.fontsquirrel.com/fontface/generator. After linking that stylesheet in my html file I uploade html file along with webfont kit. Now the fonts are appearing on my system but not on others.

How can I get rid of this problem?

share|improve this question
do you used css @font-face properly for local and url? – Vahid Oct 21 '12 at 18:00
@Vahid please check this (at)font-face { font-family: 'anandasansarregular'; src: url('fonts/anandasansar-webfont.eot'); src: url('fonts/anandasansar-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/anandasansar-webfont.woff') format('woff'), url('fonts/anandasansar-webfont.ttf') format('truetype'), url('fonts/anandasansar-webfont.svg#anandasansarregular') format('svg'); font-weight: normal; font-style: normal; } and named it stylesheet.css .then linked it to HTML file <link href="stylesheet.css" rel="stylesheet" type="text/css" /> – Vikassvnit Oct 22 '12 at 8:47
there isn't any syntax error in your code, problem must be some where else! – Vahid Oct 22 '12 at 18:24

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.