I had the whole body font set to 8pt in my template
set text(
hyphenate: auto,
spacing: 175%,
size: 8pt,
)
and then each chapter set to 11pt
#set text(size: 11pt)
this is the only way my previous alternating header font size adjusted so when I switched to using a basic footer page number
#set page(numbering: "— 1 —")
I kept it and it worked fine.
I just added some pages at the beginning of the chapters and it forces the footer to be 11pt no matter what I do (moved to the end, and then added them to their own sections, nada)
#pagebreak()
#set page(background: image("turntable-01.png"))
#pagebreak()
#set page(background: image("turntable-02.png"))
\
=== chapter one
also, if I don’t add that linebreak above the chapter one heading, none of my block spacing actually applies…
any thoughts would be helpful!