@font-face {
  font-family: 'mfunsPlayerIcon';
  src:  url('../icon/fonts/mfunsPlayerIcon.eot?dkb9ab');
  src:  url('../icon/fonts/mfunsPlayerIcon.eot?dkb9ab#iefix') format('embedded-opentype'),
    url('../icon/fonts/mfunsPlayerIcon.ttf?dkb9ab') format('truetype'),
    url('../icon/fonts/mfunsPlayerIcon.woff?dkb9ab') format('woff'),
    url('../icon/fonts/mfunsPlayerIcon.svg?dkb9ab#mfunsPlayerIcon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mfunsPlayerIcon' !important;
  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-play:before {
  content: "\e900";
}
.icon-pause:before {
  content: "\e901";
}
.icon-prev:before {
  content: "\e902";
}
.icon-next:before {
  content: "\e903";
}
.icon-repeat:before {
  content: "\e904";
}
.icon-repeat-off:before {
  content: "\e905";
}
.icon-volume-off:before {
  content: "\e90c";
}
.icon-volume:before {
  content: "\e90f";
}

.icon-widescreen:before {
  content: "\e910";
}
.icon-widescreen-exit:before {
  content: "\e911";
}
.icon-web-fullscreen:before {
  content: "\e912";
}
.icon-web-fullscreen-exit:before {
  content: "\e913";
}
.icon-picture-in-picture:before {
  content: "\e914";
}
.icon-picture-in-picture-exit:before {
  content: "\e915";
}
.icon-fullscreen:before {
  content: "\e91e";
}
.icon-fullscreen-exit:before {
  content: "\e91f";
}

.icon-danmaku:before {
  content: "\e920";
}
.icon-danmaku-off:before {
  content: "\e921";
}
.icon-danmaku-settings:before {
  content: "\e923";
}
.icon-advanced-danmaku:before {
  content: "\e928";
}
.icon-text:before {
  content: "\e92a";
}
.icon-send-danmaku:before {
  content: "\e92f";
}

.icon-settings:before {
  content: "\e930";
}
.icon-caption:before {
  content: "\e931";
}

.icon-left-arrow:before {
  content: "\e940";
}
.icon-right-arrow:before {
  content: "\e941";
}
.icon-close:before {
  content: "\e945";
}
