Skip to content

Commit

Permalink
Merge pull request #88 from matcap/main
Browse files Browse the repository at this point in the history
Use provided font for header name
  • Loading branch information
DeveloperPaul123 authored Dec 12, 2024
2 parents 423a646 + 815a0ef commit a98b5e9
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: ("Roboto"),
font: header-font,
)
#if language == "zh" or language == "ja" [
#text(
Expand Down

0 comments on commit a98b5e9

Please sign in to comment.