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

[class^="icon-css"], [class*=" icon-css"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom-font' !important;
  speak: never;
  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-cssdownload:before {
  content: "\e960";
}
