_icons.less 633 B

123456789101112131415161718192021222324252627282930
  1. [class^="icon-"], [class*=" icon-"] {
  2. /* use !important to prevent issues with browser extensions that change fonts */
  3. font-family: 'icomoon' !important;
  4. speak: never;
  5. font-style: normal;
  6. font-weight: normal;
  7. font-variant: normal;
  8. text-transform: none;
  9. line-height: 1;
  10. /* Better Font Rendering =========== */
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .icon-arrow-left:before {
  15. content: "\e900";
  16. }
  17. .icon-arrow-right:before {
  18. content: "\e901";
  19. }
  20. .icon-email:before {
  21. content: "\e902";
  22. }
  23. .icon-phone:before {
  24. content: "\e903";
  25. }
  26. .icon-place:before {
  27. content: "\e904";
  28. }