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