From bfca633917f0478a3ebc3663b487941f5a999945 Mon Sep 17 00:00:00 2001 From: eggy Date: Thu, 13 Jun 2024 23:37:18 -0400 Subject: [PATCH] consistent font size --- lib.typ | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lib.typ b/lib.typ index e8bcffa..e56bf9c 100644 --- a/lib.typ +++ b/lib.typ @@ -70,9 +70,8 @@ } cv_entry(left_content: { set par(justify: true) - text(1.1em)[*#company* | _#role _] + text[*#company* | _#role _] }, right_content: { - set text(size: 1.1em) [#start_date -- #end_date] // if location != none { // format_location(location) @@ -84,17 +83,17 @@ set strong(delta: DEFAULT_STRONG) let text_link = if demo_link != none { demo_link } else { repo_link } if text_link != none { - link(text_link)[#text(1.1em)[*#title*]] + link(text_link)[#text[*#title*]] } else { - text(1.1em)[*#title*] + text[*#title*] } if demo_link != none { - link(demo_link)[#text(1.1em)[ #fa(link-icon) ]] + link(demo_link)[ #fa(link-icon) ] } if repo_link != none { - link(repo_link)[#text(1.1em)[ #fa(github) ]] + link(repo_link)[ #fa(github) ] } [ | _ #tools _ ] }