@font-face {
  font-family: 'icons';
  src:url($icons + 'icons.eot');
  src:url($icons + 'icons.eot?#iefix') format('embedded-opentype'),
    url($icons + 'icons.woff') format('woff'),
    url($icons + 'icons.ttf') format('truetype'),
    url($icons + 'icons.svg#Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

@mixin icon {
  font-family: 'icons';
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
