From 47117749cfecf8115d54100f68da9f6e38cf6134 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Tue, 8 Apr 2025 21:21:44 +0300 Subject: [PATCH] fix: set fallback monospace font Signed-off-by: unexplrd --- lib.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.typ b/lib.typ index 363fa50..f7e776f 100644 --- a/lib.typ +++ b/lib.typ @@ -232,7 +232,7 @@ ) set text( size: 11pt, - font: ("Courier New", "Iosevka NFM"), + font: ("Courier New", "Liberation Mono"), weight: "semibold", )