_icomoon.scss 869 B

1234567891011121314151617181920212223242526272829
  1. $unique-id: unique-id();
  2. @font-face {
  3. font-family: 'icomoon';
  4. src: url("../fonts/icomoon.eot?#{$unique-id}");
  5. src: url("../fonts/icomoon.eot?#{$unique-id}#iefix") format('embedded-opentype'),
  6. url("../fonts/icomoon.ttf?#{$unique-id}") format('truetype'),
  7. url("../fonts/icomoon.woff?#{$unique-id}") format('woff'),
  8. url("../fonts/icomoon.svg?#{$unique-id}#icomoon") format('svg');
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. .ifc {
  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. @import "icons";