vue-audio
Version:
vue.js audio files player
56 lines (50 loc) • 1.2 kB
CSS
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?xy7egh');
src: url('fonts/icomoon.eot?xy7egh#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?xy7egh') format('truetype'),
url('fonts/icomoon.woff?xy7egh') format('woff'),
url('fonts/icomoon.svg?xy7egh#icomoon') 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' ;
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-download:before {
content: "\e960";
}
.icon-play3:before {
content: "\ea1c";
}
.icon-pause2:before {
content: "\ea1d";
}
.icon-stop2:before {
content: "\ea1e";
}
.icon-volume-high:before {
content: "\ea26";
}
.icon-volume-mute2:before {
content: "\ea2a";
}
.icon-paragraph-justify:before {
content: "\ea7a";
}
.icon-spinner11:before {
content: "\e984";
}
.icon-spinner10:before {
content: "\e983";
}