forked from katzen-cafe/iowo
12 lines
156 B
Text
12 lines
156 B
Text
#let conf(
|
|
doc
|
|
) = {
|
|
set text(font: "Atkinson Hyperlegible");
|
|
show heading: it => [
|
|
#set text(font: "Montserrat", weight: "regular")
|
|
|
|
#it
|
|
]
|
|
|
|
doc
|
|
}
|