| 123456789101112131415161718192021222324252627282930 |
- $unique-id: unique-id();
- @font-face {
- font-family: 'icomoon';
- src: url("../fonts/icomoon.eot?#{$unique-id}");
- src: url("../fonts/icomoon.eot?#{$unique-id}#iefix") format('embedded-opentype'),
- url("../fonts/icomoon.ttf?#{$unique-id}") format('truetype'),
- url("../fonts/icomoon.woff?#{$unique-id}") format('woff'),
- url("../fonts/icomoon.svg?#{$unique-id}#icomoon") format('svg');
- font-weight: normal;
- font-style: normal;
- font-display: swap;
- }
- .ifc {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'icomoon' !important;
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- @import "icons";
|