@font-face {
  font-family: 'dexen-icon';
  src:  url('fonts/dexen-icon.eot?irdfon');
  src:  url('fonts/dexen-icon.eot?irdfon#iefix') format('embedded-opentype'),
    url('fonts/dexen-icon.ttf?irdfon') format('truetype'),
    url('fonts/dexen-icon.woff?irdfon') format('woff'),
    url('fonts/dexen-icon.svg?irdfon#dexen-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="dexen-icon-"], [class*=" dexen-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dexen-icon' !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;
}

.dexen-icon-tag:before {
  content: "\e901";
}
.dexen-icon-music-player-play:before {
  content: "\e900";
}
