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

[class^="eyecons-"], [class*=" eyecons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'eyecons' !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;
}

.eyecons-star:before {
  content: "\e900";
}
