@font-face {
  font-family: 'fontello';
  src: url('./font/fontello.eot?16097348');
  src: url('./font/fontello.eot?16097348#iefix') format('embedded-opentype'),
       url('./font/fontello.woff?16097348') format('woff'),
       url('./font/fontello.ttf?16097348') format('truetype'),
       url('./font/fontello.svg?16097348#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: blink;
  width: auto;
  font-size: 17px;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}