54 lines
949 B
CSS
Executable File
54 lines
949 B
CSS
Executable File
@font-face {
|
|
font-family: 'icomoon';
|
|
src:url('icomoon.eot?-68zv75');
|
|
src:url('icomoon.eot?#iefix-68zv75') format('embedded-opentype'),
|
|
url('icomoon.woff?-68zv75') format('woff'),
|
|
url('icomoon.ttf?-68zv75') format('truetype'),
|
|
url('icomoon.svg?-68zv75#icomoon') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
[class^="icon-"], [class*=" icon-"] {
|
|
font-family: 'icomoon';
|
|
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;
|
|
}
|
|
|
|
.icon-info:before {
|
|
content: "\e604";
|
|
}
|
|
|
|
.icon-info-circle:before {
|
|
content: "\e603";
|
|
}
|
|
|
|
.icon-trophy:before {
|
|
content: "\e602";
|
|
}
|
|
|
|
.icon-home:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-star-full:before {
|
|
content: "\e600";
|
|
}
|
|
|
|
.icon-search:before {
|
|
content: "\e986";
|
|
}
|
|
|
|
.icon-spinner11:before {
|
|
content: "\e984";
|
|
}
|
|
|