iowo/docs/template.typ

12 lines
156 B
Text

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