Font fix.

This commit is contained in:
Sander Dorigo
2014-11-02 21:26:41 +01:00
parent 03729aa5ae
commit 09e1f68c69
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ var defaultLineChartOptions = {
hAxis: {
textStyle: {
color: '#838383',
fontName: 'Roboto',
fontName: 'Roboto2',
fontSize: '12'
},
gridlines: {
@@ -27,7 +27,7 @@ var defaultLineChartOptions = {
vAxis: {
textStyle: {
color: '#838383',
fontName: 'Roboto',
fontName: 'Roboto2',
fontSize: '12'
}
}