Edit: Why are there two tags for the customization FAQ-cat? Both are used for the same category, it's confusing. Try sorting by one, then by the other. Proposals for FAQ 175 appear in each, for instance.
Edit: C'mon, please? Here I drafted the change here, but I want to ask someone to look it over...
If the layout does not provide font settings, it is still possible to adjust the fonts using 'Custom stylesheet' option located in the "Custom CSS" section.
You can use this CSS rule to change the font in your journal:
body, td, font, div, p {
font-family: "Arial", sans-serif;
}
If you would also like to change the size of your font, you can include this CSS rule:
body, td, font, div, p {
font-size: 12pt;
}
You should replace Arial with the name of the font you would like to use and 12pt with the size you would like for your journal.