@font-face {
  font-family: 'stars';
  src: url('../font/stars.eot?64016455');
  src: url('../font/stars.eot?64016455#iefix') format('embedded-opentype'),
       url('../font/stars.woff2?64016455') format('woff2'),
       url('../font/stars.woff?64016455') format('woff'),
       url('../font/stars.ttf?64016455') format('truetype'),
       url('../font/stars.svg?64016455#stars') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'stars';
    src: url('../font/stars.svg?64016455#stars') format('svg');
  }
}
