_fonts.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. @font-face {
  2. font-family: 'grafana-icons';
  3. src: url('../fonts/grafana-icons.eot?h6rv8b');
  4. src: url('../fonts/grafana-icons.eot?h6rv8b#iefix') format('embedded-opentype'),
  5. url('../fonts/grafana-icons.ttf?h6rv8b') format('truetype'),
  6. url('../fonts/grafana-icons.woff?h6rv8b') format('woff'),
  7. url('../fonts/grafana-icons.svg?h6rv8b#grafana-icons') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. .icon-gf {
  12. /* use !important to prevent issues with browser extensions that change fonts */
  13. font-family: 'grafana-icons' !important;
  14. speak: none;
  15. font-style: normal;
  16. font-weight: normal;
  17. font-variant: normal;
  18. text-transform: none;
  19. line-height: 1;
  20. /* Better Font Rendering =========== */
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. .inline-icon-gf {
  25. vertical-align: middle;
  26. }
  27. .icon-gf-raintank_wordmark:before {
  28. content: "\e600";
  29. }
  30. .icon-gf-raintank_icn:before {
  31. content: "\e601";
  32. }
  33. .icon-gf-raintank_r-icn:before {
  34. content: "\e905";
  35. }
  36. .icon-gf-check-alt:before {
  37. content: "\e603";
  38. }
  39. .icon-gf-check:before {
  40. content: "\e604";
  41. }
  42. .icon-gf-collector:before {
  43. content: "\e605";
  44. }
  45. .icon-gf-dashboard:before {
  46. content: "\e606";
  47. }
  48. .icon-gf-panel:before {
  49. content: "\e904";
  50. }
  51. .icon-gf-datasources:before {
  52. content: "\e607";
  53. }
  54. .icon-gf-endpoint-tiny:before {
  55. content: "\e608";
  56. }
  57. .icon-gf-endpoint:before {
  58. content: "\e609";
  59. }
  60. .icon-gf-filter:before {
  61. content: "\e60a";
  62. }
  63. .icon-gf-status:before {
  64. content: "\e60b";
  65. }
  66. .icon-gf-monitoring:before {
  67. content: "\e60c";
  68. }
  69. .icon-gf-monitoring-tiny:before {
  70. content: "\e620";
  71. }
  72. .icon-gf-jump-to-dashboard:before {
  73. content: "\e60d";
  74. }
  75. .icon-gf-warn:before {
  76. content: "\e60e";
  77. }
  78. .icon-gf-nodata:before {
  79. content: "\e60f";
  80. }
  81. .icon-gf-critical:before {
  82. content: "\e610";
  83. }
  84. .icon-gf-online:before {
  85. content: "\e611";
  86. }
  87. .icon-gf-event-error:before {
  88. content: "\e623";
  89. }
  90. .icon-gf-event:before {
  91. content: "\e624";
  92. }
  93. .icon-gf-private-collector:before {
  94. content: "\e612";
  95. }
  96. .icon-gf-alert:before {
  97. content: "\e61f";
  98. }
  99. .icon-gf-alert-disabled:before {
  100. content: "\e621";
  101. }
  102. .icon-gf-refresh:before {
  103. content: "\e613";
  104. }
  105. .icon-gf-save:before {
  106. content: "\e614";
  107. }
  108. .icon-gf-settings:before {
  109. content: "\e615";
  110. }
  111. .icon-gf-share:before {
  112. content: "\e616";
  113. }
  114. .icon-gf-star:before {
  115. content: "\e617";
  116. }
  117. .icon-gf-search:before {
  118. content: "\e618";
  119. }
  120. .icon-gf-tag-add:before {
  121. content: "\e619";
  122. }
  123. .icon-gf-tag-remove:before {
  124. content: "\e61a";
  125. }
  126. .icon-gf-video:before {
  127. content: "\e61b";
  128. }
  129. .icon-gf-bulk_action:before {
  130. content: "\e61c";
  131. }
  132. .icon-gf-users:before {
  133. content: "\e622";
  134. }
  135. .icon-gf-globe:before {
  136. content: "\e61d";
  137. }
  138. .icon-gf-snapshot:before {
  139. content: "\e61e";
  140. }
  141. .icon-gf-play-grafana-icon:before {
  142. content: "\e629";
  143. }
  144. .icon-gf-grafana-icon:before {
  145. content: "\e625";
  146. }
  147. .icon-gf-email:before {
  148. content: "\e628";
  149. }
  150. .icon-gf-stopwatch:before {
  151. content: "\e626";
  152. }
  153. .icon-gf-skull:before {
  154. content: "\e900";
  155. }
  156. .icon-gf-probe:before {
  157. content: "\e901";
  158. }
  159. .icon-gf-apps:before {
  160. content: "\e902";
  161. }
  162. .icon-gf-litmus:before {
  163. content: "\e627";
  164. }
  165. .icon-gf-grafana_wordmark:before {
  166. content: "\e903";
  167. }