From 46a3f6bcf230adaf44c3a0d415a57f3176d20ee8 Mon Sep 17 00:00:00 2001 From: szdytom Date: Wed, 9 Jul 2025 14:48:27 +0800 Subject: [PATCH] tweak styles Signed-off-by: szdytom --- styles.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.typ b/styles.typ index ebf2ddf..a3b07a0 100644 --- a/styles.typ +++ b/styles.typ @@ -23,7 +23,7 @@ #let showy_wrapper(title: "", margin: none, ..args) = { let b = if title != "" { - showybox(title: text(font: zhfont_sans, title), ..args) + showybox(title: text(font: zhfont_sans, title, weight: "regular"), ..args) } else { showybox(title: title, ..args) }