Skip to content

Commit

Permalink
Correct font-size on preface page
Browse files Browse the repository at this point in the history
  • Loading branch information
krestenlaust committed Mar 3, 2024
1 parent 53b8d02 commit 32f4e03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions report-template/template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
// Preface page.
page({
text(size: 16pt)[Preface]
text(16pt, weight: "extrabold")[Preface]
align(
center + bottom,
grid(
Expand All @@ -110,8 +110,8 @@
..meta.participants.map(author => {
align(center)[
#line(length: 100%)
#text(font: sans-font, 1.5em, author.name)\
#text(font: sans-font, 1em, author.email)
#text(font: sans-font, 12pt, author.name)\
#text(font: sans-font, 10pt, author.email)
]
})
)
Expand Down

0 comments on commit 32f4e03

Please sign in to comment.