icons.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. @charset "UTF-8";
  2. /* dashboard */
  3. @font-face {
  4. font-family: "dashboard";
  5. src:url("https://file.myfontastic.com/da58YPMQ7U5HY8Rb6UxkNf/fonts/1494891667.eot");
  6. src:url("https://file.myfontastic.com/da58YPMQ7U5HY8Rb6UxkNf/fonts/1494891667.eot?#iefix") format("embedded-opentype"),
  7. url("https://file.myfontastic.com/da58YPMQ7U5HY8Rb6UxkNf/fonts/1494891667.woff") format("woff"),
  8. url("https://file.myfontastic.com/da58YPMQ7U5HY8Rb6UxkNf/fonts/1494891667.ttf") format("truetype"),
  9. url("https://file.myfontastic.com/da58YPMQ7U5HY8Rb6UxkNf/fonts/1494891667.svg#1494891667") format("svg");
  10. font-weight: normal;
  11. font-style: normal;
  12. }
  13. [data-icon]:before {
  14. font-family: "dashboard" !important;
  15. content: attr(data-icon);
  16. font-style: normal !important;
  17. font-weight: normal !important;
  18. font-variant: normal !important;
  19. text-transform: none !important;
  20. speak: none;
  21. line-height: 1;
  22. -webkit-font-smoothing: antialiased;
  23. -moz-osx-font-smoothing: grayscale;
  24. }
  25. [class^="icon-"]:before,
  26. [class*=" icon-"]:before {
  27. font-family: "dashboard" !important;
  28. font-style: normal !important;
  29. font-weight: normal !important;
  30. font-variant: normal !important;
  31. text-transform: none !important;
  32. speak: none;
  33. line-height: 1;
  34. -webkit-font-smoothing: antialiased;
  35. -moz-osx-font-smoothing: grayscale;
  36. }
  37. .icon-home:before {
  38. content: "\62";
  39. }
  40. .icon-form:before {
  41. content: "\61";
  42. }
  43. .icon-list:before {
  44. content: "\63";
  45. }
  46. .icon-presentation:before {
  47. content: "\65";
  48. }
  49. .icon-bill:before {
  50. content: "\66";
  51. }
  52. .icon-check:before {
  53. content: "\67";
  54. }
  55. .icon-list-1:before {
  56. content: "\68";
  57. }
  58. .icon-padnote:before {
  59. content: "\69";
  60. }
  61. .icon-pencil-case:before {
  62. content: "\6a";
  63. }
  64. .icon-user:before {
  65. content: "\6b";
  66. }
  67. .icon-bars:before {
  68. content: "\6c";
  69. }
  70. .icon-line-chart:before {
  71. content: "\70";
  72. }
  73. .icon-flask:before {
  74. content: "\6d";
  75. }
  76. .icon-grid:before {
  77. content: "\6e";
  78. }
  79. .icon-picture:before {
  80. content: "\6f";
  81. }
  82. .icon-website:before {
  83. content: "\71";
  84. }
  85. .icon-screen:before {
  86. content: "\72";
  87. }
  88. .icon-interface-windows:before {
  89. content: "\73";
  90. }
  91. .icon-clock:before {
  92. content: "\74";
  93. }
  94. .icon-rss-feed:before {
  95. content: "\75";
  96. }
  97. .icon-mail:before {
  98. content: "\64";
  99. }
  100. .icon-ios-email-outline:before {
  101. content: "\76";
  102. }
  103. .icon-paper-airplane:before {
  104. content: "\77";
  105. }
  106. .icon-ios-email:before {
  107. content: "\78";
  108. }
  109. .icon-page:before {
  110. content: "\41";
  111. }
  112. .icon-close:before {
  113. content: "\79";
  114. }
  115. .icon-search:before {
  116. content: "\7a";
  117. }