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

i.fa-custom-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tech-fa' !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;
}
.fa-dashboard-tech:before {
  content: "\e904";
}
.fa-remote-support-tech:before {
  content: "\e900";
}
.fa-onsite-support-tech:before {
  content: "\e901";
}
.fa-computer-protection-tech:before {
  content: "\e902";
}
.fa-databackup-tech:before {
  content: "\e903";
}


