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]) ]) } }