@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon/icomoon.eot?jvfiaz');
  src:  url('fonts/icomoon/icomoon.eot?jvfiaz#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.ttf?jvfiaz') format('truetype'),
    url('fonts/icomoon/icomoon.woff?jvfiaz') format('woff'),
    url('fonts/icomoon/icomoon.svg?jvfiaz#icomoon') format('svg');
  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: 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-c:before {
  content: "\e900";
}
.icon-cplusplus:before {
  content: "\e901";
}
.icon-flask:before {
  content: "\e902";
}
.icon-haskell:before {
  content: "\e903";
}
.icon-java:before {
  content: "\e904";
}
.icon-javascript:before {
  content: "\e905";
}
.icon-nixos:before {
  content: "\e906";
}
.icon-python:before {
  content: "\e907";
}
.icon-racket:before {
  content: "\e908";
}
.icon-redis:before {
  content: "\e909";
}
.icon-rust:before {
  content: "\e90a";
}
.icon-sdl:before {
  content: "\e90b";
}
.icon-sqlite:before {
  content: "\e90c";
}
.icon-typescript:before {
  content: "\e90d";
}
.icon-vulkan:before {
  content: "\e90e";
}
