The fonts aren't readable (present?) when rendering web charts on osx. For example, using gadfly:
plot(posts, x=:score, Geom.histogram)
Opens Safari with the following rendered chart:
http://i.imgur.com/3BxEHmh.png
If you store the plot and write it to png with Draw, the fonts look fine.
