@font-face {
  font-family: 'hotkeys';
  src: url('../font/hotkeys.eot?32259264');
  src: url('../font/hotkeys.eot?32259264#iefix') format('embedded-opentype'),
       url('../font/hotkeys.woff2?32259264') format('woff2'),
       url('../font/hotkeys.woff?32259264') format('woff'),
       url('../font/hotkeys.ttf?32259264') format('truetype'),
       url('../font/hotkeys.svg?32259264#hotkeys') 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: 'hotkeys';
    src: url('../font/hotkeys.svg?32259264#hotkeys') format('svg');
  }
}
*/
 
 [class^="hotkeys-icon-"]:before, [class*=" hotkeys-icon-"]:before {
  font-family: "hotkeys";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.hotkeys-icon-heart:before { content: '\e800'; } /* '' */
.hotkeys-icon-keyboard-black:before { content: '\e801'; } /* '' */
.hotkeys-icon-pencil:before { content: '\e802'; } /* '' */
.hotkeys-icon-minus-cir-fat:before { content: '\e803'; } /* '' */
.hotkeys-icon-plus-cir-fat:before { content: '\e804'; } /* '' */
.hotkeys-icon-plus-cir:before { content: '\e805'; } /* '' */
.hotkeys-icon-minus-cir:before { content: '\e806'; } /* '' */
.hotkeys-icon-minus:before { content: '\e807'; } /* '' */
.hotkeys-icon-plus:before { content: '\e808'; } /* '' */
.hotkeys-icon-emo-happy:before { content: '\e809'; } /* '' */
.hotkeys-icon-accessibility:before { content: '\e80a'; } /* '' */
.hotkeys-icon-universal-access:before { content: '\e80b'; } /* '' */
.hotkeys-icon-emo-unhappy:before { content: '\e80c'; } /* '' */
.hotkeys-icon-download:before { content: '\f02e'; } /* '' */
.hotkeys-icon-upload:before { content: '\f02f'; } /* '' */
.hotkeys-icon-gamepad:before { content: '\f11b'; } /* '' */
.hotkeys-icon-keyboard-white:before { content: '\f11c'; } /* '' */
.hotkeys-icon-flag-checkered:before { content: '\f11e'; } /* '' */
.hotkeys-icon-rocket:before { content: '\f135'; } /* '' */
.hotkeys-icon-share:before { content: '\f1e0'; } /* '' */