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

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

.digit-1:before {
  content: "\e900";
}
.digit-2:before {
  content: "\e901";
}
.digit-3:before {
  content: "\e902";
}
.digit-4:before {
  content: "\e903";
}
.digit-5:before {
  content: "\e904";
}
