diff --git a/lib.typ b/lib.typ index 309e1f0..9180b64 100644 --- a/lib.typ +++ b/lib.typ @@ -147,6 +147,7 @@ accent-color: default-accent-color, colored-headers: true, language: "en", + font: ("Source Sans Pro", "Source Sans 3"), body, ) = { if type(accent-color) == "string" { @@ -161,7 +162,7 @@ ) set text( - font: ("Source Sans Pro", "Source Sans 3"), + font: font, lang: language, size: 11pt, fill: color-darkgray,