@font-face {
  font-family: 'Hearthis';
  /*font-display: swap;*/
  src:  url('fonts/hearthis.eot?xvnf9m');
  src:  url('fonts/hearthis.eot?xvnf9m#iefix') format('embedded-opentype'),
    url('fonts/hearthis.ttf?xvnf9m') format('truetype'),
    url('fonts/hearthis.woff?xvnf9m') format('woff'),
    url('fonts/hearthis.svg?xvnf9m#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 */
  font-family: 'Hearthis' !important;
  /*font-display: swap;*/
  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-hearthis:before {
  content: "\e900";
}