feat: add bold

This commit is contained in:
eggy
2023-10-21 14:50:49 -04:00
parent 5a5890d7f1
commit 908cac0a5b
2 changed files with 23 additions and 16 deletions

View File

@@ -46,6 +46,7 @@
),
{
set align(left)
set strong(delta: 200)
details
}
)
@@ -113,9 +114,9 @@
let HEADING_FONT = "Bitter"
let BODY_FONT = "Open Sans"
set page(margin: (rest: 0.5in, top: 0.4in), paper: "us-letter")
set list(indent: 1.25em)
set text(font: (BODY_FONT), 10pt)
set par(justify: true, leading: 0.65em)
set list(indent: 1.25em, marker: [])
set text(font: (BODY_FONT), 10pt)
set par(justify: true, leading: 0.75em)
align(center)[
#text(size: 2em, font: TITLE_FONT, fill: color)[*#name*]
#block(above: 0em, below: 1em)
@@ -142,7 +143,7 @@
// add line to right of heading
set block(above: 1em, below: 0.75em)
set text(size: 0.9em, fill: color, font: HEADING_FONT)
set text(size: 1em, fill: color, font: HEADING_FONT)
stack(
dir: ltr,
spacing: 3mm,