80 lines
1.5 KiB
CSS
80 lines
1.5 KiB
CSS
@font-face {
|
|
font-family: 'icomoon';
|
|
src:url('../fonts/icomoon.eot?-lv7lfm');
|
|
src:url('../fonts/icomoon.eot?#iefix-lv7lfm') format('embedded-opentype'),
|
|
url('../fonts/icomoon.woff?-lv7lfm') format('woff'),
|
|
url('../fonts/icomoon.ttf?-lv7lfm') format('truetype'),
|
|
url('../fonts/icomoon.svg?-lv7lfm#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;
|
|
font-size: 0.9em;
|
|
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-lock:before {
|
|
content: "\e60e";
|
|
}
|
|
.icon-unlocked:before {
|
|
content: "\e60f";
|
|
}
|
|
.icon-home:before {
|
|
content: "\e600";
|
|
}
|
|
.icon-pencil:before {
|
|
content: "\e601";
|
|
}
|
|
.icon-copy:before {
|
|
content: "\e607";
|
|
}
|
|
.icon-upload:before {
|
|
content: "\e608";
|
|
}
|
|
.icon-spinner:before {
|
|
content: "\e60c";
|
|
}
|
|
.icon-search:before {
|
|
content: "\e609";
|
|
}
|
|
.icon-remove:before {
|
|
content: "\e60a";
|
|
}
|
|
.icon-menu:before {
|
|
content: "\e602";
|
|
}
|
|
.icon-earth:before {
|
|
content: "\e603";
|
|
}
|
|
.icon-eye-blocked:before {
|
|
content: "\e604";
|
|
}
|
|
.icon-heart:before {
|
|
content: "\e605";
|
|
}
|
|
.icon-heart-broken:before {
|
|
content: "\e606";
|
|
}
|
|
.icon-notification:before {
|
|
content: "\e60b";
|
|
}
|
|
.icon-checkmark-circle:before {
|
|
content: "\e60d";
|
|
}
|
|
.icon-close:before {
|
|
content: "\e6fd";
|
|
}
|
|
.icon-minus:before {
|
|
content: "\e701";
|
|
} |