chore: improve boldness

This commit is contained in:
eggy
2023-10-21 14:58:52 -04:00
parent 908cac0a5b
commit cbfc7214a0
2 changed files with 10 additions and 5 deletions

10
lib.typ
View File

@@ -1,5 +1,8 @@
#import "fontawesome.typ": github, fa
#let DEFAULT_STRONG = 300;
#let SMALL_STRONG = 200;
// Format start and end dates.
#let format_date(start_date: none, end_date: none) = {
let date = {
@@ -40,13 +43,14 @@
left_content
},
{
set strong(delta: SMALL_STRONG)
set align(right)
right_content
}
),
{
set align(left)
set strong(delta: 200)
set strong(delta: SMALL_STRONG)
details
}
)
@@ -65,6 +69,7 @@
}
cv_entry(
left_content: {
set strong(delta: DEFAULT_STRONG)
text(1.2em)[*#university*] + "\n" + emph[#degree]
},
right_content: {
@@ -105,6 +110,7 @@
}
#let project(title, repo_link, tools) = {
set strong(delta: DEFAULT_STRONG)
link(repo_link)[#text(1.1em)[*#title* #fa(github)]] + [ | _ #tools _]
}
@@ -116,7 +122,7 @@
set page(margin: (rest: 0.5in, top: 0.4in), paper: "us-letter")
set list(indent: 1.25em, marker: [])
set text(font: (BODY_FONT), 10pt)
set par(justify: true, leading: 0.75em)
set par(justify: true, leading: 0.85em)
align(center)[
#text(size: 2em, font: TITLE_FONT, fill: color)[*#name*]
#block(above: 0em, below: 1em)