@font-face {
  font-family: 'glyphicon';
  src:
    url('fonts/glyphicon.ttf?wbeq2q') format('truetype'),
    url('fonts/glyphicon.woff?wbeq2q') format('woff'),
    url('fonts/glyphicon.svg?wbeq2q#glyphicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="glyphicon-"], [class*=" glyphicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'glyphicon' !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;
}

.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-trash:before {
  content: "\e116";
}
.glyphicon-move:before {
  content: "\e140";
}
