From af21a9a9ecbf60a3674b83a1240108f5b4848986 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 17 Feb 2026 12:02:43 +0100 Subject: feat(typst): decrease font size --- typst/template/1.0.0/lib.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst/template/1.0.0/lib.typ b/typst/template/1.0.0/lib.typ index 4da72cc..ffd8a84 100644 --- a/typst/template/1.0.0/lib.typ +++ b/typst/template/1.0.0/lib.typ @@ -2,7 +2,7 @@ // style set text( font: "Inter", - size: 11pt, + size: 10pt, ) set par( leading: 1em, -- cgit v1.2.3