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.
55 lines
1.3 KiB
55 lines
1.3 KiB
@font-face {
|
|
font-family: 'icomoon';
|
|
src: url('fonts/icomoon.eot?oqewlq');
|
|
src: url('fonts/icomoon.eot?oqewlq#iefix') format('embedded-opentype'),
|
|
url('fonts/icomoon.ttf?oqewlq') format('truetype'),
|
|
url('fonts/icomoon.woff?oqewlq') format('woff'),
|
|
url('fonts/icomoon.svg?oqewlq#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-as: 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-cheveron-outline-left:before {
|
|
content: "\e900";
|
|
}
|
|
.icon-cheveron-outline-right:before {
|
|
content: "\e901";
|
|
}
|
|
.icon-cross:before {
|
|
content: "\ea0f";
|
|
}
|
|
.icon-circle-down:before {
|
|
content: "\ea43";
|
|
}
|
|
.icon-checkbox-checked:before {
|
|
content: "\ea52";
|
|
}
|
|
.icon-checkbox-unchecked:before {
|
|
content: "\ea53";
|
|
}
|
|
.icon-radio-checked:before {
|
|
content: "\ea54";
|
|
}
|
|
.icon-radio-checked2:before {
|
|
content: "\ea55";
|
|
}
|
|
.icon-radio-unchecked:before {
|
|
content: "\ea56";
|
|
}
|