98 lines
No EOL
1.8 KiB
CSS
98 lines
No EOL
1.8 KiB
CSS
@font-face {
|
|
font-family: 'icomoon';
|
|
src: url('../fonts/icomoon.eot');
|
|
src: url('../fonts/icomoon.eot') format('embedded-opentype'),
|
|
url('../fonts/icomoon.ttf') format('truetype'),
|
|
url('../fonts/icomoon.woff') format('woff'),
|
|
url('../fonts/icomoon.svg') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
[class^="icon-"], [class*=" icon-"] {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'icomoon' !important;
|
|
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-down-arrow:before {
|
|
content: "\e901";
|
|
}
|
|
.icon-search:before {
|
|
content: "\e902";
|
|
}
|
|
.icon-upload:before {
|
|
content: "\e903";
|
|
}
|
|
.icon-cc:before {
|
|
content: "\e900";
|
|
}
|
|
.icon-setting:before {
|
|
content: "\e613";
|
|
}
|
|
.icon-pause2:before {
|
|
content: "\e60b";
|
|
}
|
|
.icon-hd:before {
|
|
content: "\e603";
|
|
}
|
|
.icon-togglescreen:before {
|
|
content: "\e601";
|
|
}
|
|
.icon-cb:before {
|
|
content: "\e600";
|
|
}
|
|
.icon-fullscreen:before {
|
|
content: "\e602";
|
|
}
|
|
.icon-pause:before {
|
|
content: "\e604";
|
|
}
|
|
.icon-pause-big:before {
|
|
content: "\e605";
|
|
}
|
|
.icon-play:before {
|
|
content: "\e606";
|
|
}
|
|
.icon-play-big:before {
|
|
content: "\e607";
|
|
}
|
|
.icon-volume1:before {
|
|
content: "\e608";
|
|
}
|
|
.icon-volume2:before {
|
|
content: "\e609";
|
|
}
|
|
.icon-volume3:before {
|
|
content: "\e60a";
|
|
}
|
|
.icon-pause3:before {
|
|
content: "\e60c";
|
|
}
|
|
.icon-play2:before {
|
|
content: "\e60d";
|
|
}
|
|
.icon-play22:before {
|
|
content: "\e60e";
|
|
}
|
|
.icon-volume12:before {
|
|
content: "\e60f";
|
|
}
|
|
.icon-volume22:before {
|
|
content: "\e610";
|
|
}
|
|
.icon-volumefull:before {
|
|
content: "\e611";
|
|
}
|
|
.icon-volumemute:before {
|
|
content: "\e612";
|
|
} |