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

}
.octicon {

  font: normal normal normal 16px/1 octicons;
  display: inline-block;
  text-decoration: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
font-weight: bold;
width: 1.5em;
}

a.octicon,a.octicon:hover {
  color: transparent !important;
}
a.octicon:before {
    color: #007bff;
}
a.octicon:hover:before {
  color: #0056b3;
}
.octicon-arrow:before { content: '\f03f'}
.octicon-code:before { content: '\f05f'}
.octicon-home:before { content: '\f08d'}