style.css 1.3 KB

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