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

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

.comicon-goto:before {
  content: "\ea1c";
}
.comicon-search:before {
  content: "\e901";
}
.comicon-youtube:before {
  content: "\e902";
}
.comicon-instagram:before {
  content: "\e903";
}
.comicon-twitter:before {
  content: "\e904";
}
.comicon-linkedin:before {
  content: "\e905";
}
.comicon-flickr:before {
  content: "\e906";
}
.comicon-facebook:before {
  content: "\e907";
}
.comicon-filmreel:before {
  content: "\e900";
}
