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

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

.star-moon-almost-left:before {
  content: "\e901";
}
.star-moon-almost-right:before {
  content: "\e902";
}
.star-moon-quarter-left:before {
  content: "\e903";
}
.star-moon-quarter-right:before {
  content: "\e904";
}
.star-moon-sliver-left:before {
  content: "\e905";
}
.star-moon-sliver-right:before {
  content: "\e906";
}
.star-star:before {
  content: "\e900";
}
