We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fdfc4e + 68341f9 commit 2e83181Copy full SHA for 2e83181
1 file changed
src/resume.typ
@@ -15,6 +15,8 @@
15
accent-color: "#000000",
16
font: "New Computer Modern",
17
paper: "us-letter",
18
+ author-font-size: 20pt,
19
+ font-size: 10pt ,
20
body,
21
) = {
22
@@ -25,7 +27,7 @@
25
27
set text(
26
28
// LaTeX style font
29
font: font,
- size: 10pt,
30
+ size: font-size,
31
lang: "en",
32
// Disable ligatures so ATS systems do not get confused when parsing fonts.
33
ligatures: false
@@ -61,7 +63,7 @@
61
63
#set align(author-position)
62
64
#set text(
65
weight: 700,
- size: 20pt,
66
+ size: author-font-size,
67
)
68
#pad(it.body)
69
]
0 commit comments