_icomoon.scss 892 B

123456789101112131415161718192021222324252627282930
  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. font-display: swap;
  12. }
  13. .ifc {
  14. /* use !important to prevent issues with browser extensions that change fonts */
  15. font-family: 'icomoon' !important;
  16. speak: none;
  17. font-style: normal;
  18. font-weight: normal;
  19. font-variant: normal;
  20. text-transform: none;
  21. line-height: 1;
  22. /* Better Font Rendering =========== */
  23. -webkit-font-smoothing: antialiased;
  24. -moz-osx-font-smoothing: grayscale;
  25. }
  26. @import "icons";