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

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

.ponctey-ponctey:before {
  content: "\e900";
}
