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

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

