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:
bergquist
2016-03-16 10:39:45 +01:00
parent 0d7eb18d7b
commit 99e068643b
43 changed files with 441 additions and 152 deletions

View File

@@ -14,7 +14,6 @@
@import "base/reboot";
@import "base/type";
@import "base/forms";
@import "base/fonts";
@import "base/grid";
@import "base/font_awesome";