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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'coding-icons' !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;
}

.coding-hackerrank:before {
  content: "\e900";
}
.coding-sololearn:before {
  content: "\e901";
}
.coding-leetcode:before {
  content: "\e902";
}
