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 have a canvas that will display Verdana correctly, as long as I don't specify bold (in which case it defaults to Times. I would like to use Typekit fonts on the canvas, but it doesn't seem to be registering: I have weights of 400 and 700 loaded, e.g. by 'normal 12px "proxima-nova"', but so far it seems to always default to Times.

How can I get an HTML5 canvas, at least in Chrome, to correctly display Typekit fonts? I want normal and bold weight to be available; do I need weights of 500 and 900, or should it be doing something on 400 and 700?

TIA,

share|improve this question
Never mind; as stated in the legalese, it can take a few minutes for a font to be available, and my attempt to load the font was getting a 404 because the font had not yet propagated. – JonathanHayward Dec 12 '12 at 19:52

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.