icomoon.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('../fonts/icomoon.eot');
  4. src: url('../fonts/icomoon.eot#iefix') format('embedded-opentype'),
  5. url('../fonts/icomoon.ttf') format('truetype'),
  6. url('../fonts/icomoon.woff') format('woff'),
  7. url('../fonts/icomoon.svg') 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: 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-linkedin:before {
  26. content: "\e900";
  27. }
  28. .icon-twitter:before {
  29. content: "\e901";
  30. }
  31. .icon-facebook:before {
  32. content: "\e902";
  33. }
  34. .icon-phone:before {
  35. content: "\e942";
  36. }
  37. .icon-envelop:before {
  38. content: "\e945";
  39. }
  40. .icon-location2:before {
  41. content: "\e948";
  42. }
  43. .icon-search:before {
  44. content: "\e986";
  45. }
  46. .icon-circle-up:before {
  47. content: "\ea41";
  48. }
  49. .icon-circle-right:before {
  50. content: "\ea42";
  51. }
  52. .icon-circle-down:before {
  53. content: "\ea43";
  54. }
  55. .icon-circle-left:before {
  56. content: "\ea44";
  57. }
  58. .icon-google-plus3:before {
  59. content: "\ea8d";
  60. }
  61. .icon-dribbble:before {
  62. content: "\eaa7";
  63. }
  64. .icon-pinterest:before {
  65. content: "\ead1";
  66. }