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

i.f4lc-volume-on, i.f4lc-volume-off {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'f4l-controls' !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;
}

.f4lc-volume-on:before {
  content: "\ea27";
}
.f4lc-volume-off:before {
  content: "\ea2a";
}
