You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

34 lines
874 B

  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('../fonts/icomoon.eot?5echn');
  4. src: url('../fonts/icomoon.eot?5echn#iefix') format('embedded-opentype'),
  5. url('../fonts/icomoon.ttf?5echn') format('truetype'),
  6. url('../fonts/icomoon.woff?5echn') format('woff'),
  7. url('../fonts/icomoon.svg?5echn#icomoon') 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: 'icomoon' !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-left:before {
  25. content: "\e900";
  26. }
  27. .icon-right:before {
  28. content: "\e901";
  29. }