Skip to content

Commit

Permalink
add header-font argument
Browse files Browse the repository at this point in the history
  • Loading branch information
matcap committed Dec 12, 2024
1 parent 1c5a10d commit 815a0ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib.typ
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
show-footer: true,
language: "en",
font: ("Source Sans Pro", "Source Sans 3"),
header-font: ("Roboto"),
body,
) = {
if type(accent-color) == "string" {
Expand Down Expand Up @@ -286,7 +287,7 @@
#set text(
size: 32pt,
style: "normal",
font: font,
font: header-font,
)
#if language == "zh" or language == "ja" [
#text(
Expand Down

0 comments on commit 815a0ef

Please sign in to comment.