@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?sh318w');
  src:  url('../fonts/fine-extension.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-file-ext:before {
  content: "\f20e";
}
.icon-audio-ext:before {
  content: "\f21a";
}
.icon-folder-ext:before {
  content: "\f21b";
}
.icon-gif-ext:before {
  content: "\f21c";
}
.icon-image-ext:before {
  content: "\f21d";
}
.icon-List_view:before {
  content: "\f21e";
}
.icon-pdf-ext:before {
  content: "\f21f";
}
.icon-present-ext:before {
  content: "\f220";
}
.icon-rar-ext:before {
  content: "\f221";
}
.icon-sheet-ext:before {
  content: "\f222";
}
.icon-video-ext:before {
  content: "\f223";
}
.icon-write-ext:before {
  content: "\f224";
}
