2   font-family: 'fontello';
\r 
   3   src: url('../font/fontello.eot?89024372');
\r 
   4   src: url('../font/fontello.eot?89024372#iefix') format('embedded-opentype'),
\r 
   5        url('../font/fontello.woff?89024372') format('woff'),
\r 
   6        url('../font/fontello.ttf?89024372') format('truetype'),
\r 
   7        url('../font/fontello.svg?89024372#fontello') format('svg');
\r 
  11 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
\r 
  12 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
\r 
  14 @media screen and (-webkit-min-device-pixel-ratio:0) {
\r 
  16     font-family: 'fontello';
\r 
  17     src: url('../font/fontello.svg?89024372#fontello') format('svg');
\r 
  22  [class^="icon-"]:before, [class*=" icon-"]:before {
\r 
  23   font-family: "fontello";
\r 
  25   font-weight: normal;
\r 
  28   display: inline-block;
\r 
  29   text-decoration: inherit;
\r 
  35   /* For safety - reset parent styles, that can break glyph codes*/
\r 
  36   font-variant: normal;
\r 
  37   text-transform: none;
\r 
  39   /* fix buttons height, for twitter bootstrap */
\r 
  42   /* Animation center compensation - margins should be symmetric */
\r 
  43   /* remove if not needed */
\r 
  46   /* you can be more comfortable with increased icons size */
\r 
  47   /* font-size: 120%; */
\r 
  49   /* Uncomment for 3D effect */
\r 
  50   /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
\r 
  53 .icon-trash:before { content: '\e802'; } /* '' */
\r 
  54 .icon-down-big:before { content: '\e800'; } /* '' */
\r 
  55 .icon-up-big:before { content: '\e801'; } /* '' */
\r