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

[class^="ni-"], [class*=" ni-"] {
  font-family: 'NumberIcons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ni-number-1:before { content: "\e900"; }
.ni-number-2:before { content: "\e901"; }
.ni-number-3:before { content: "\e902"; }
