@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/font/fontello.eot?48159089");
  src: url("../fonts/fontello/font/fontello.eot?48159089#iefix") format("embedded-opentype"), url("../fonts/fontello/font/fontello.woff?48159089") format("woff"), url("../fonts/fontello/font/fontello.ttf?48159089") format("truetype"), url("../fonts/fontello/font/fontello.svg?48159089#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  color: pink;
}
/* line 15, ../sass/font_fontello.scss */
.fontello {
  font-family: fontello;
  font-style: normal;
  font-weight: normal;
  speak: none;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
