icomoon.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('icomoon.eot');
  4. src: url('icomoon.eot#iefix') format('embedded-opentype'),
  5. url('icomoon.ttf') format('truetype'),
  6. url('icomoon.woff') format('woff'),
  7. url('icomoon.svg#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-dot:before {
  25. content: "\e900";
  26. }
  27. .icon-cup1:before {
  28. content: "\e901";
  29. }
  30. .icon-cup2:before {
  31. content: "\e902";
  32. }
  33. .icon-cup3:before {
  34. content: "\e903";
  35. }
  36. .icon-clock:before {
  37. content: "\e904";
  38. }
  39. .icon-down:before {
  40. content: "\e905";
  41. }
  42. .icon-cube:before {
  43. content: "\e906";
  44. }
  45. .icon-plane:before {
  46. content: "\e907";
  47. }
  48. .icon-train:before {
  49. content: "\e908";
  50. }
  51. .icon-bus:before {
  52. content: "\e909";
  53. }
  54. .icon-bag:before {
  55. content: "\e90a";
  56. }
  57. .icon-up:before {
  58. content: "\e90b";
  59. }