34 lines
728 B
CSS
Executable File
34 lines
728 B
CSS
Executable File
@font-face {
|
|
font-family: 'icomoon';
|
|
src:url('./icomoon.eot?-e1jt8');
|
|
src:url('./icomoon.eot?#iefix-e1jt8') format('embedded-opentype'),
|
|
url('./icomoon.woff?-e1jt8') format('woff'),
|
|
url('./icomoon.ttf?-e1jt8') format('truetype'),
|
|
url('./icomoon.svg?-e1jt8#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-home:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-star-full:before {
|
|
content: "\e600";
|
|
}
|
|
|