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

i.file-up {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !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;
}

.file-up:before {
  content: "\e900";
}
