From f6f1e6f0193475493c97860a74fe839f3b4d5384 Mon Sep 17 00:00:00 2001 From: Paul Tsouchlos Date: Sat, 17 Aug 2024 23:26:30 -0400 Subject: [PATCH] feat: add input for font in resume --- lib.typ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,