From 49c3d0c4a12e328bd8a82e7fd0af9558bfe5c55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mekina?= Date: Mon, 6 Oct 2025 17:34:01 +0200 Subject: [PATCH] add font tip to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fe0827d..9144703 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,7 @@ That will compile the example document and view it. > [!IMPORTANT] > This repo uses git lfs to pull fonts. Please set it up (or download a packed build from releases). + +> [!TIP] +> When running in CLI - you'll want to include the embedded fonts: + `typst compile --font-path template/fonts example.typ`