iowo/docs/template.typ

13 lines
156 B
Text
Raw Normal View History

2024-01-01 22:34:34 +00:00
#let conf(
doc
) = {
set text(font: "Atkinson Hyperlegible");
show heading: it => [
#set text(font: "Montserrat", weight: "regular")
#it
]
doc
}