@font-face {
  font-family: 'fontello-telemetric';
  src: url('../fontello/telemetric.eot?96354858');
  src: url('../fontello/telemetric.eot?96354858#iefix') format('embedded-opentype'),
       url('../fontello/telemetric.woff2?96354858') format('woff2'),
       url('../fontello/telemetric.woff?96354858') format('woff'),
       url('../fontello/telemetric.ttf?96354858') format('truetype'),
       url('../fontello/telemetric.svg?96354858#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('../font/fontello.svg?84494188#fontello') format('svg');
  }
}
*/
 
[class^="icon-telemetric"]:before, [class*=" icon-telemetric"]:before {
  font-family: "fontello-telemetric";
}
 
.icon-telemetric:before { content: '\e800'; }