50 lines
895 B
CSS
Executable File
50 lines
895 B
CSS
Executable File
@font-face {
|
|
font-family: 'icomoon';
|
|
src:url('icomoon.eot?os29vp');
|
|
src:url('icomoon.eot?#iefixos29vp') format('embedded-opentype'),
|
|
url('icomoon.woff?os29vp') format('woff'),
|
|
url('icomoon.ttf?os29vp') format('truetype'),
|
|
url('icomoon.svg?os29vp#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-trophy:before {
|
|
content: "\e602";
|
|
}
|
|
|
|
.icon-home:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-star-full:before {
|
|
content: "\e600";
|
|
}
|
|
|
|
.icon-search:before {
|
|
content: "\e986";
|
|
}
|
|
|
|
.icon-info:before {
|
|
content: "\ea0c";
|
|
}
|
|
|
|
.icon-spinner11:before {
|
|
content: "\e984";
|
|
}
|
|
|