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

[class^="icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sharehub' !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-Arrow_Down:before {
  content: "\e973";
}
.icon-Arrow_Left:before {
  content: "\e974";
}
.icon-Arrow_Right:before {
  content: "\e975";
}
.icon-Comment_Full:before {
  content: "\e9a1";
}
.icon-Downvote:before {
  content: "\e9bc";
}
.icon-Favorite_Full:before {
  content: "\e9bf";
}
.icon-Favotire_empty:before {
  content: "\e9c0";
}
.icon-Link:before {
  content: "\e9cc";
}
.icon-Randomize:before {
  content: "\e9e7";
}
.icon-Reply:before {
  content: "\e9e8";
}
.icon-Search:before {
  content: "\e9f8";
}
.icon-Share:before {
  content: "\e9f9";
}
.icon-Submit_Tick:before {
  content: "\e9fb";
}
.icon-Upvote:before {
  content: "\ea1d";
}