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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change ../fonts */
  /*...*/

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}