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 @@
{{HTML::style('assets/stylesheets/metisMenu/metisMenu.min.css')}}
{{HTML::style('assets/stylesheets/sbadmin/sb.css')}}
{{HTML::style('assets/stylesheets/fa/css/font-awesome.min.css')}}
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
{{HTML::style('http://fonts.googleapis.com/css?family=Roboto2')}}
@yield('styles')
<!--[if lt IE 9]>

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'
}
}