@font-face {
    font-family: 'Dalek Pinpoint';
    src: url('../css/font/DalekPinpointBold.eot');
    src: url('../css/font/DalekPinpointBold.eot?#iefix') format('embedded-opentype'),
         url('../css/font/DalekPinpointBold.woff2') format('woff2'),
         url('../css/font/DalekPinpointBold.woff') format('woff'),
         url('../css/font/DalekPinpointBold.ttf')  format('truetype'),
         url('../css/font/DalekPinpointBold.svg#Dalek Pinpoint') format('svg');
        }

/* put here so any page which calls font_Dalek CSS can use it */
  font.dalek {
    font-family: 'Dalek Pinpoint';
    font-weight: normal;
    font-size: 1.0rem;
    /* dark grey */
    color: #4c4c4c;
          }

  font.dalekb {
    font-family: 'Dalek Pinpoint';
    font-weight: normal;
    font-size: 2.4rem;
    /* dark grey */
    color: #4c4c4c;
    /* this is a white text shadow for dk backgrounds  */
    text-shadow: 5px -2px 3px rgba(244, 244, 245, 0.75);
          }

  font.daleks {
    font-family: 'Dalek Pinpoint';
    font-weight: normal;
    font-size: 0.8rem;
    /* dark grey */
    color: #4c4c4c;
          }
