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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom-icons' !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-microsoft:before {
  content: "\e900";
}
.icon-vuejs:before {
  content: "\e901";
}
.icon-javascript:before {
  content: "\e902";
}
.icon-npm:before {
  content: "\e903";
}
.icon-check:before {
  content: "\f00c";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-github:before {
  content: "\f09b";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-android:before {
  content: "\f17b";
}
.icon-trophy:before {
  content: "\e99e";
}
