Skip to content

Commit 38446d1

Browse files
committed
fix: ship full Source Han Sans SC and ignore system fonts in CI
1 parent eed1a84 commit 38446d1

3 files changed

Lines changed: 1 addition & 0 deletions

File tree

15.8 MB
Binary file not shown.
-6.57 KB
Binary file not shown.

scripts/build_site.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def compile_typst(input_path, output_rel_path):
5858
"compile",
5959
"--root", ".",
6060
"--font-path", FONT_PATH,
61+
"--ignore-system-fonts",
6162
"--input", f"root-file={input_path}",
6263
input_path,
6364
output_path,

0 commit comments

Comments
 (0)