
/* I guess this is how you make comments in css lol!!  */
body {
  font-family: Arial;
}


.pixel-sans {
 font-family: PComicRelief; 
}

@font-face {
 font-family: 'PComicRelief'; 
 src: url(pixel-comic-sans-undertale-sans-font.otf); format:('opentype') ;
}