style.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. @font-face {
  2. font-family: 'iconMenu';
  3. src: url('fonts/iconMenu.eot?8f335y');
  4. src: url('fonts/iconMenu.eot?8f335y#iefix') format('embedded-opentype'),
  5. url('fonts/iconMenu.ttf?8f335y') format('truetype'),
  6. url('fonts/iconMenu.woff?8f335y') format('woff'),
  7. url('fonts/iconMenu.svg?8f335y#iconMenu') 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: 'iconMenu' !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-coin-yen:before {
  25. content: "\42";
  26. }
  27. .icon-calendar:before {
  28. content: "\43";
  29. }
  30. .icon-user:before {
  31. content: "\44";
  32. }
  33. .icon-cog:before {
  34. content: "\46";
  35. }
  36. .icon-tree:before {
  37. content: "\45";
  38. }
  39. .icon-file-text2:before {
  40. content: "\41";
  41. }
  42. .icon-drawer:before {
  43. content: "\48";
  44. }
  45. .icon-users:before {
  46. content: "\4c";
  47. }
  48. .icon-spinner9:before {
  49. content: "\4b";
  50. }
  51. .icon-file-play:before {
  52. content: "\4d";
  53. }
  54. .icon-file-video:before {
  55. content: "\4a";
  56. }