You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.3 KiB

8 years ago
8 years ago
8 years ago
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('../fonts/icomoon.eot?cxijqz');
  4. src: url('../fonts/icomoon.eot?cxijqz#iefix') format('embedded-opentype'),
  5. url('../fonts/icomoon.ttf?cxijqz') format('truetype'),
  6. url('../fonts/icomoon.woff?cxijqz') format('woff'),
  7. url('../fonts/icomoon.svg?cxijqz#icomoon') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. [class^="icon-"], [class*=" icon-"] {
  12. /* use !important to prevent issues with browser extensions that change fonts */
  13. font-family: 'icomoon' !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. .icon-clippy:before {
  25. content: "\e900";
  26. }
  27. .icon-cancel:before {
  28. content: "\e5c9";
  29. }
  30. .icon-ok:before {
  31. content: "\e86d";
  32. }
  33. .icon-up:before {
  34. content: "\e86c";
  35. }
  36. .icon-close:before {
  37. content: "\e5cd";
  38. }
  39. .icon-delete:before {
  40. content: "\e872";
  41. }
  42. .icon-mail:before {
  43. content: "\e159";
  44. }
  45. .icon-grace:before {
  46. content: "\e000";
  47. }
  48. .icon-missing:before {
  49. content: "\e001";
  50. }
  51. .icon-dots:before {
  52. content: "\e5d3";
  53. }
  54. .icon-down:before {
  55. content: "\e7f8";
  56. }
  57. .icon-paused:before {
  58. content: "\e7f7";
  59. }
  60. .icon-settings:before {
  61. content: "\e8b8";
  62. }