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