Open JensBoelte opened 1 week ago
For the html, I think I have it fixed. For docx, however, Quarto does not support the mainfont
option. We would need to change the reference docx styles. You can do that manually by changing the default font in the _extentions/apaquarto/apaquarto.docx
file. Recent changes in Pandoc might make it possible to make style changes in docx more easily, but I am not yet sure how to do it.
Hello
I did not manage to change the font from Times Roman to Calibri or Arial by using
mainfont
. I inserted the font specification at the top-level or under theapaquatro-key
.Interestingly, the reference section
and the TOC on the left-hand side of the html document are set in Calibri and not Times Roman.
Any idea how I can get the main text including headings etc. in the same font as the references?
I am using quarto-version 1.5.57 from RStudio.
Thanks in advance.
Best wishes Jens