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

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

.nubs1:before {
  content: "\e900";
}
.nubs2:before {
  content: "\e901";
}
.nubs3:before {
  content: "\e902";
}
