Quartz / Chartbuilder

A front-end charting application that facilitates easy creation of simple beautiful charts
http://quartz.github.io/Chartbuilder
MIT License
2.1k stars 354 forks source link

Cloud Typography does not export #253

Closed lseemann closed 8 years ago

lseemann commented 8 years ago

Just upgraded to the latest version of Chartbuilder. Wow. Thank you for your incredible work.

We use Hoeffler's Cloud Typography and although the typefaces show up in the visual renderer, the fallback typefaces get rendered in the exported images. Here is our instance.

This was not the case when we were still on Chartbuilder v1.

Any suggestions?

yanofsky commented 8 years ago

Hi @lseemann,

This has been a symptom of a couple of issues that as far as I can tell all have solutions. Check out #163.

My first thought is that you're running into a cross-domain issue since you're loading your fonts from media.chicagomag.com but your instance lives on chicagomag.com. Could you move that css file into your chartbuilder project?

lseemann commented 8 years ago

That’s exactly it. Thanks for the quick reply, David!

yanofsky commented 8 years ago

📈