From def3a1cd3a13e574e6b6b3bec44531f023f1c158 Mon Sep 17 00:00:00 2001 From: eggy Date: Mon, 20 Jan 2025 23:25:13 -0500 Subject: [PATCH] chore: abstract size --- lib/lib.typ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/lib.typ b/lib/lib.typ index 3ced11a..9fe9174 100644 --- a/lib/lib.typ +++ b/lib/lib.typ @@ -5,9 +5,9 @@ #let TITLE_FONT = "Bitter" #let HEADING_FONT = TITLE_FONT -#let BODY_FONT = "Open Sans" +#let BODY_FONT = "Raleway" -#let BODY_FONT_SIZE = 9.25pt +#let BODY_FONT_SIZE = 10pt #let HEADING_FONT_SIZE = 0.95em #let TITLE_FONT_SIZE = 2em @@ -25,7 +25,7 @@ #let JOB_TITLE_FONT_SIZE = 1.05em // rest = not top -#let PAGE_MARGINS = (right: 0.4in, top: 0.3in, left: 0.3in, bottom: 0.4in) +#let PAGE_MARGINS = (right: 0.5in, top: 0.4in, left: 0.4in, bottom: 0.5in) // Format locations. #let format_location(location) = {