@font-face {
  font-family: 'window-icons';
  src:  url('../../fonts/window-icons/window-icons.eot?6h4p4y');
  src:  url('../../fonts/window-icons/window-icons.eot?6h4p4y#iefix') format('embedded-opentype'),
    url('../../fonts/window-icons/window-icons.ttf?6h4p4y') format('truetype'),
    url('../../fonts/window-icons/window-icons.woff?6h4p4y') format('woff'),
    url('../../fonts/window-icons/window-icons.svg?6h4p4y#window-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="iconWindow-"], [class*=" iconWindow-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'window-icons' !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;
}

.iconWindow-goes-left-alt:before {
  content: "\e900";
}
.iconWindow-goes-up-alt:before {
  content: "\e901";
}
