Skip to content

Commit 38a6436

Browse files
committed
Fixed Justfile font path
1 parent d62a6d1 commit 38a6436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default:
88

99
# generate manual
1010
doc:
11-
typst compile docs/docs.typ docs.pdf --root . --font-path ./fonts
11+
typst compile docs/docs.typ docs.pdf --root . --font-path ./docs/fonts
1212

1313
# run test suite
1414
test *args:

0 commit comments

Comments
 (0)