@font-face {
  font-family: 'PixelOperator';
  src: url('/fonts/PixelOperator.woff2') format('woff2'),
  	   url('/fonts/PixelOperator.woff') format('woff');
  font-weight: normal;
}

@font-face {
  font-family: 'PixelOperator';
  src: url('/fonts/PixelOperatorBold.woff2') format('woff2'),
  	   url('/fonts/PixelOperatorBold.woff') format('woff');
  font-weight: bold;
}

@font-face {
  font-family: 'ComicSans';
  src: url('/fonts/comicsans.woff2') format('woff2'),
       url('/fonts/comicsans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Papyrus';
  src: url('/fonts/papyrus.woff2') format('woff2'),
       url('/fonts/papyrus.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}