icomoon.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('fonts/icomoon.eot?nzpz98');
  4. src: url('fonts/icomoon.eot?nzpz98#iefix') format('embedded-opentype'),
  5. url('fonts/icomoon.ttf?nzpz98') format('truetype'),
  6. url('fonts/icomoon.woff?nzpz98') format('woff'),
  7. url('fonts/icomoon.svg?nzpz98#icomoon') 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: 'icomoon' !important;
  15. speak: never;
  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-search:before {
  26. content: "\e900";
  27. }
  28. .icon-earth:before {
  29. content: "\e901";
  30. }
  31. .icon-location-:before {
  32. content: "\e902";
  33. }
  34. .icon-mail:before {
  35. content: "\e903";
  36. }
  37. .icon-phone:before {
  38. content: "\e904";
  39. }
  40. .icon-arrow_next:before {
  41. content: "\e905";
  42. }
  43. .icon-arrow_prev:before {
  44. content: "\e906";
  45. }
  46. .icon-google:before {
  47. content: "\e907";
  48. }
  49. .icon-instagram:before {
  50. content: "\e908";
  51. }
  52. .icon-facebook:before {
  53. content: "\e909";
  54. }
  55. .icon-twitter:before {
  56. content: "\e90a";
  57. }
  58. .icon-pinterest:before {
  59. content: "\e90b";
  60. }