feat(fonts): download fonts from grafana instead of CDN
Makes its possible to run grafana without internet access. The performance hit by not using a cdn is very small since most grafana instances are setup on locally. closes #4223
This commit is contained in:
@@ -6,6 +6,7 @@ module.exports = function(grunt) {
|
||||
'sass',
|
||||
'concat:cssDark',
|
||||
'concat:cssLight',
|
||||
'concat:cssFonts',
|
||||
'styleguide',
|
||||
'sasslint',
|
||||
'postcss'
|
||||
|
||||
Reference in New Issue
Block a user