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

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

.cirnum-n0:before {
  content: "\e900";
}
.cirnum-n9:before {
  content: "\e901";
}
.cirnum-n8:before {
  content: "\e902";
}
.cirnum-n7:before {
  content: "\e903";
}
.cirnum-n6:before {
  content: "\e904";
}
.cirnum-n5:before {
  content: "\e905";
}
.cirnum-n4:before {
  content: "\e906";
}
.cirnum-n3:before {
  content: "\e907";
}
.cirnum-n2:before {
  content: "\e908";
}
.cirnum-n1:before {
  content: "\e909";
}
