@font-face {
  font-family: 'my-icon';
  src:  url('./fonts/my-icon/my-icon.eot?2l7g4g');
  src:  url('./fonts/my-icon/my-icon.eot?2l7g4g#iefix') format('embedded-opentype'),
    url('./fonts/my-icon/my-icon.ttf?2l7g4g') format('truetype'),
    url('./fonts/my-icon/my-icon.woff?2l7g4g') format('woff'),
    url('./fonts/my-icon/my-icon.svg?2l7g4g#my-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="my-icon-"], [class*=" my-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'my-icon' !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;
}

.my-icon-tools:before {
  content: "\e902";
}
.my-icon-medal:before {
  content: "\e900";
}
.my-icon-kaska:before {
  content: "\e901";
}

