@font-face {
  font-family: 'diskfont';
  src: url('diskfont.eot');
  src: url('diskfont.eot') format('embedded-opentype'),
       url('diskfont.woff') format('woff'),
       url('diskfont.ttf') format('truetype'),
       url('diskfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icondisk:before {
  font-family: "diskfont";
  font-size: 20px;
  font-style: normal;
  color:#0598d5;
  content: '\e800';
}
