@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?87680635');
  src: url('../fonts/fontello.eot?87680635#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?87680635') format('woff2'),
       url('../fonts/fontello.woff?87680635') format('woff'),
       url('../fonts/fontello.ttf?87680635') format('truetype'),
       url('../fonts/fontello.svg?87680635#fontello') 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: 'fontello';
    src: url('../fonts/fontello.svg?4140342#fontello') format('svg');
  }
}
*/
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  line-height: 0;
  font-size: 75%;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
}