@font-face {
  font-family: 'fontello';
  src: url('/master/assets/font/fontello.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.f-icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.icon-star:before {
  content: '\e800';
}

.icon-star-half:before {
  content: '\e801';
}

