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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'linimasa' !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;
}

.icon-playlist_add:before {
  content: "\e900";
}
.icon-email:before {
  content: "\e901";
}
.icon-send:before {
  content: "\e902";
}
.icon-account_circle:before {
  content: "\e903";
}
.icon-work:before {
  content: "\e904";
}
.icon-chrome:before {
  content: "\ead9";
}
