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

.icon {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file-code:before {
  content: "\f010";
}
.icon-git-branch:before {
  content: "\f020";
}
.icon-package:before {
  content: "\f0c4";
}
