mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
Font fix.
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user