Files
2025-01-31 04:06:10 +00:00

34 lines
901 B
CSS

@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?517ko8');
src: url('fonts/icomoon.eot?517ko8#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?517ko8') format('truetype'),
url('fonts/icomoon.woff?517ko8') format('woff'),
url('fonts/icomoon.svg?517ko8#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* 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-arrow-right2:before {
content: "\ea3c";
}
.icon-arrow-left2:before {
content: "\ea40";
}