Skip to content

Commit 2e83181

Browse files
authored
Merge pull request #23 from cook-f/change_font_size_in_heading_elements
Add changes for #22
2 parents 7fdfc4e + 68341f9 commit 2e83181

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/resume.typ

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
accent-color: "#000000",
1616
font: "New Computer Modern",
1717
paper: "us-letter",
18+
author-font-size: 20pt,
19+
font-size: 10pt ,
1820
body,
1921
) = {
2022

@@ -25,7 +27,7 @@
2527
set text(
2628
// LaTeX style font
2729
font: font,
28-
size: 10pt,
30+
size: font-size,
2931
lang: "en",
3032
// Disable ligatures so ATS systems do not get confused when parsing fonts.
3133
ligatures: false
@@ -61,7 +63,7 @@
6163
#set align(author-position)
6264
#set text(
6365
weight: 700,
64-
size: 20pt,
66+
size: author-font-size,
6567
)
6668
#pad(it.body)
6769
]

0 commit comments

Comments
 (0)