|
|
@@ -1,3 +1,27 @@
|
|
|
+/* icon fonts
|
|
|
+
|
|
|
+@font-face {
|
|
|
+ font-family: 'FontAwesome';
|
|
|
+ src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
|
|
|
+ src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+}
|
|
|
+
|
|
|
+@font-face {
|
|
|
+ font-family: 'grafana-icons';
|
|
|
+ src: url('../fonts/grafana-icons.eot?h6rv8b');
|
|
|
+ src: url('../fonts/grafana-icons.eot?h6rv8b#iefix') format('embedded-opentype'),
|
|
|
+ url('../fonts/grafana-icons.ttf?h6rv8b') format('truetype'),
|
|
|
+ url('../fonts/grafana-icons.woff?h6rv8b') format('woff'),
|
|
|
+ url('../fonts/grafana-icons.svg?h6rv8b#grafana-icons') format('svg');
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+}*/
|
|
|
+
|
|
|
+
|
|
|
+/* Open sans fonts*/
|
|
|
+
|
|
|
/* cyrillic-ext */
|
|
|
@font-face {
|
|
|
font-family: 'Open Sans';
|