I am attempting to use the font, "Museo" in my charts. However, whenever I use Museo as the fontName, it just renders as Times new Roman. Am I supposed to preload it or something? I don't know much about javascript, so if you have an answer, try to keep it fairly simple.
var options = {'title':'How Much Pizza I Ate Last Night', width:480, height:240, backgroundColor:'#22262a', titleTextStyle:{color:'#efefef',fontName:'Museo',fontSize: 20} }; I have Museo imported as a web font already, and am using it throughout my website already. Why won't it load for the chart? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to google-visualization-api@googlegroups.com. To unsubscribe from this group, send email to google-visualization-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.