icomoon.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. @font-face {
  2. font-family: "icomoon";
  3. src: url("../fonts/icomoon.eot?kjugxh");
  4. src: url("../fonts/icomoon.eot?kjugxh#iefix") format("embedded-opentype"),
  5. url("../fonts/icomoon.ttf?kjugxh") format("truetype"), url("../fonts/icomoon.woff?kjugxh") format("woff"),
  6. url("../fonts/icomoon.svg?kjugxh#icomoon") format("svg");
  7. font-weight: normal;
  8. font-style: normal;
  9. font-display: block;
  10. }
  11. [class^="icon-"],
  12. [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-facebook1:before {
  26. content: "\e908";
  27. }
  28. .icon-twitter1:before {
  29. content: "\e907";
  30. }
  31. .icon-pinterest1:before {
  32. content: "\e906";
  33. }
  34. .icon-instagram:before {
  35. content: "\e905";
  36. }
  37. .icon-google:before {
  38. content: "\e904";
  39. }
  40. .icon-circle:before {
  41. content: "\e903";
  42. }
  43. .icon-linkedin:before {
  44. content: "\e900";
  45. }
  46. .icon-twitter:before {
  47. content: "\e901";
  48. }
  49. .icon-facebook:before {
  50. content: "\e902";
  51. }
  52. .icon-search:before {
  53. content: "\e986";
  54. }
  55. .icon-circle-up:before {
  56. content: "\ea41";
  57. }
  58. .icon-phone:before {
  59. content: "\e942";
  60. }
  61. .icon-envelop:before {
  62. content: "\e945";
  63. }
  64. .icon-location2:before {
  65. content: "\e948";
  66. }
  67. .icon-search:before {
  68. content: "\e986";
  69. }
  70. .icon-circle-up:before {
  71. content: "\ea41";
  72. }
  73. .icon-circle-right:before {
  74. content: "\ea42";
  75. }
  76. .icon-circle-down:before {
  77. content: "\ea43";
  78. }
  79. .icon-circle-left:before {
  80. content: "\ea44";
  81. }
  82. .icon-google-plus3:before {
  83. content: "\ea8d";
  84. }
  85. .icon-dribbble:before {
  86. content: "\eaa7";
  87. }
  88. .icon-pinterest:before {
  89. content: "\ead1";
  90. }