From 75eabaf31115d40ffc8f7b62c80d1ea4b28ac6b0 Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Sun, 15 Sep 2024 15:34:30 +0200 Subject: [PATCH] Increase EPI caption size --- lib/libepi.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libepi.typ b/lib/libepi.typ index 92d8ba1..144e213 100644 --- a/lib/libepi.typ +++ b/lib/libepi.typ @@ -59,14 +59,14 @@ instructions: none, note: none, min_help: 0) = { for item in card.protection_items { box([ #image(width: 30%, item.img) - #text(style: "italic", [#item.caption]) + #text(style: "italic", size: 18pt, [#item.caption]) ]) } for item in card.forbidden_items { // TODO: Cross the image box([ #image(width: 30%, item.img) - #text(style: "italic", [#item.caption]) + #text(style: "italic", size: 18pt, [#item.caption]) ]) } }