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

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

.pager-pager_1:before {
  content: "\e900";
}
.pager-pager_2:before {
  content: "\e901";
}
