@font-face {
    font-family: 'Papyrus';
    font-style: normal;
    font-weight: 400;
    src: url('font/papyrus.ttf')  format('truetype');
  }
  
  @font-face {
    font-family: 'Goodbye';
    font-style: normal;
    font-weight: 400;
    src: url('font/goodbye.ttf')  format('truetype');
  }
  
  @font-face {
    font-family: 'NeatlyPrinted';
    font-style: normal;
    font-weight: 400;
    src: url('font/neatlyprinted.ttf')  format('truetype');
  }
  
  @font-face {
    font-family: 'Simplicity';
    font-style: normal;
    font-weight: 400;
    src: url('font/simplicity.ttf')  format('truetype');
  }