From 2797e67aec3a70ccf0589a1d74356fdb693a8c38 Mon Sep 17 00:00:00 2001 From: redsh4de <25299353+redsh4de@users.noreply.github.com> Date: Fri, 3 Oct 2025 13:17:04 +0300 Subject: [PATCH] update font sizes --- src/utils.typ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils.typ b/src/utils.typ index 9bb8ffd..b33d834 100644 --- a/src/utils.typ +++ b/src/utils.typ @@ -60,18 +60,18 @@ place, logo, ) = { - align(center, upper(text(size: 16pt, [ + align(center, upper(text(size: 14pt, [ #university\ #faculty ]))) v(1fr) - align(center, upper(text(20pt, weight: "bold", title))) + align(center, upper(text(16pt, weight: "bold", title))) v(0.2fr) - align(center, upper(text(size: 16pt, thesis-type))) + align(center, upper(text(size: 14pt, thesis-type))) v(1fr)