@font-face {
  font-family: 'iconfont';
  src: url('iconfont.eot?penqtf');
  src: url('iconfont.eot?penqtf#iefix') format('embedded-opentype'),
    url('iconfont.ttf?penqtf') format('truetype'),
    url('iconfont.woff?penqtf') format('woff'),
    url('iconfont.svg?penqtf#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-crop-"], [class*=" icon-crop-"], [class^="icon-crop-"]:before, [class*=" icon-crop-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-crop-image:before {
  content: "\e900";
}
.icon-crop-box-add:before {
  content: "\e901";
}
.icon-crop-github:before {
  content: "\e902";
}
.icon-crop-rotate-right:before {
  content: "\f01e";
}
.icon-crop-rotate-left:before {
  content: "\f0e2";
}