Hello! Copy and paste this code to your CSS, and you can change the font for the one you would like.
.WikiaPageHeader > h1 {
font-family: papyrus; /* This changes the header on every article */
}
.WikiaArticle {
font-family: papyrus; /* This changes the text in the content space only */
}
I fouund a place called font. It has monospace on it. Do I just put in the name of the font like I don;t know new time roman. Or do I have to download the font onto the CSS somehow.
And also, if I understood what you meant, you can just type the name of the font you would like your wiki to be, and that will work.