style.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @font-face {
  2. font-family: 'iconMenu';
  3. src: url('fonts/iconMenu.eot?7vsv6e');
  4. src: url('fonts/iconMenu.eot?7vsv6e#iefix') format('embedded-opentype'),
  5. url('fonts/iconMenu.ttf?7vsv6e') format('truetype'),
  6. url('fonts/iconMenu.woff?7vsv6e') format('woff'),
  7. url('fonts/iconMenu.svg?7vsv6e#iconMenu') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. font-display: block;
  11. }
  12. [class^="icon-"], [class*=" icon-"] {
  13. /* use !important to prevent issues with browser extensions that change fonts */
  14. font-family: 'iconMenu' !important;
  15. speak: none;
  16. font-style: normal;
  17. font-weight: normal;
  18. font-variant: normal;
  19. text-transform: none;
  20. line-height: 1;
  21. /* Better Font Rendering =========== */
  22. -webkit-font-smoothing: antialiased;
  23. -moz-osx-font-smoothing: grayscale;
  24. }
  25. .icon-coin-yen:before {
  26. content: "\42";
  27. }
  28. .icon-calendar:before {
  29. content: "\43";
  30. }
  31. .icon-user:before {
  32. content: "\44";
  33. }
  34. .icon-cog:before {
  35. content: "\46";
  36. }
  37. .icon-tree:before {
  38. content: "\45";
  39. }
  40. .icon-file-text2:before {
  41. content: "\41";
  42. }
  43. .icon-drawer:before {
  44. content: "\48";
  45. }
  46. .icon-users:before {
  47. content: "\4c";
  48. }
  49. .icon-spinner9:before {
  50. content: "\4b";
  51. }
  52. .icon-file-play:before {
  53. content: "\4d";
  54. }
  55. .icon-file-video:before {
  56. content: "\4a";
  57. }
  58. .icon-xing:before {
  59. content: "\47";
  60. }