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

View File

@@ -1,9 +1,8 @@
#import "fontawesome.typ": *
#import "lib.typ": template, education_entry, work_entry, project, indent
#import "lib.typ": template, education_entry, work_entry, project, indent, SMALL_STRONG, DEFAULT_STRONG
#set page(margin: 1.75in)
#set par(leading: 0.5em, first-line-indent: 1.8em, justify: true)
#show raw: set text(font: "New Computer Modern Mono")
#show par: set block(spacing: 0.55em)
#show heading: set block(above: 2em, below: 1em)
@@ -84,7 +83,7 @@
]
= Projects
#set strong(delta: 200)
#set strong(delta: SMALL_STRONG)
#indent[
#project("Mandown Comic Converter", "https://github.com/potatoeggy/mandown", "Python, Qt")