iowo/docs/template.typ
2024-01-01 23:34:34 +01:00

13 lines
156 B
Plaintext

#let conf(
doc
) = {
set text(font: "Atkinson Hyperlegible");
show heading: it => [
#set text(font: "Montserrat", weight: "regular")
#it
]
doc
}