feat: add input for font in resume
This commit is contained in:
3
lib.typ
3
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,
|
||||
|
||||
Reference in New Issue
Block a user