Today I figured out how to add a font to my neocities page!!!
@font-face {
font-family: begale;
src: url(fonts/castlebegale.woff2);
}
p {
color: black;
font-family: begale, sans-serif;
opacity: 1;
}