ready: function () {
this.$.chart.set('options.fontName', "Roboto"); // BUG: this has no effect
this.$.chart.set('options.fontSize', 25);
this.$.chart.set('options.timeline', {showRowLabels: false});
this.$.chart.redraw();
},

With fontName and fontSize set, chart still reverts to Arial.
Same behavior when I initialize options as a polymer property on host.
With
fontNameandfontSize set, chart still reverts to Arial.Same behavior when I initialize options as a polymer property on host.