From ce40702a501c3159db89693bd7da713ae1b4c011 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 29 Apr 2026 21:25:40 +0200 Subject: feat(typst): embed fonts --- typst/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'typst/Cargo.toml') diff --git a/typst/Cargo.toml b/typst/Cargo.toml index 3cdc8a7..dc7eb97 100644 --- a/typst/Cargo.toml +++ b/typst/Cargo.toml @@ -16,3 +16,8 @@ opt-level = 2 codegen-units = 1 lto = true strip = true + +[features] +default = ["embed-fonts"] + +embed-fonts = ["typst-kit/embed-fonts"] -- cgit v1.2.3