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.
60 lines
1.2 KiB
60 lines
1.2 KiB
@font-face {
|
|
font-family: 'icomoon';
|
|
src:
|
|
url('fonts/icomoon.ttf?e3ejhb') format('truetype'),
|
|
url('fonts/icomoon.woff?e3ejhb') format('woff'),
|
|
url('fonts/icomoon.svg?e3ejhb#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;
|
|
}
|
|
|
|
.ico-close-circle:before {
|
|
content: "\ea0d";
|
|
}
|
|
.ico-close:before {
|
|
content: "\ea0f";
|
|
}
|
|
.ico-play3:before {
|
|
content: "\ea1c";
|
|
}
|
|
.ico-pause2:before {
|
|
content: "\ea1d";
|
|
}
|
|
.ico-circle-up:before {
|
|
content: "\ea41";
|
|
}
|
|
.ico-circle-right:before {
|
|
content: "\ea42";
|
|
}
|
|
.ico-circle-down:before {
|
|
content: "\ea43";
|
|
}
|
|
.ico-circle-left:before {
|
|
content: "\ea44";
|
|
}
|
|
.ico-radio-checked:before {
|
|
content: "\ea54";
|
|
}
|
|
.ico-radio-checked2:before {
|
|
content: "\ea55";
|
|
}
|
|
.ico-radio-unchecked:before {
|
|
content: "\ea56";
|
|
}
|