Load unifont fonts into typst

This commit is contained in:
Joscha 2025-02-28 23:47:43 +01:00
parent 428b825e43
commit 49d6a2c022
3 changed files with 23 additions and 9 deletions

View file

@ -8,6 +8,7 @@ anyhow = { workspace = true }
image = { workspace = true }
serde = { workspace = true }
serde_json = "1.0.139"
showbits-assets = { workspace = true }
typst = { workspace = true }
typst-assets = { workspace = true }
typst-render = { workspace = true }