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

.wmp-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wmp' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wmp-icon-closed-caption-logo:before {
  content: "\e902";
}
.wmp-icon-previous:before {
  content: "\e900";
}
.wmp-icon-exit-fullscreen:before {
  content: "\f107";
}
.wmp-icon-fullscreen:before {
  content: "\f10a";
}
.wmp-icon-play:before {
  content: "\f109";
}
.wmp-icon-pause:before {
  content: "\f106";
}
.wmp-icon-next:before {
  content: "\f101";
}
.wmp-icon-repeat:before {
  content: "\f10b";
}
.wmp-icon-vol-full:before {
  content: "\f102";
}
.wmp-icon-vol-half:before {
  content: "\f105";
}
.wmp-icon-vol-cross:before {
  content: "\f103";
}
.wmp-icon-vol-low:before {
  content: "\f108";
}
.wmp-icon-shuffle:before {
  content: "\f104";
}
.wmp-icon-cc:before {
  content: "\f20a";
}
.wmp-icon-closed_caption:before {
  content: "\e01c";
}
.wmp-icon-warning:before {
  content: "\e901";
}
.wmp-icon-spinner2:before {
  content: "\e97b";
}
.wmp-icon-volume-high:before {
  content: "\ea26";
}
.wmp-icon-volume-medium:before {
  content: "\ea27";
}
.wmp-icon-volume-low:before {
  content: "\ea28";
}
.wmp-icon-volume-mute:before {
  content: "\ea29";
}
.wmp-icon-volume-cross:before {
  content: "\ea2a";
}
