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.

30 lines
702 B

@font-face {
font-family: 'icomoon';
src:
url('fonts/icomoon.ttf?l7lvwf') format('truetype'),
url('fonts/icomoon.woff?l7lvwf') format('woff'),
url('fonts/icomoon.svg?l7lvwf#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
i {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
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;
}
.icon-cross:before {
content: "\ea0f";
}