Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/download_fonts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ if ! typst fonts --font-path . | rg --quiet '^Noto Color Emoji$'; then
fi

# Source Han Serif SC VF
if ! typst fonts --font-path . | rg --quiet '^Source Han Serif SC VF$'; then
# `typst fonts` trims the VF suffix, so we have to check the file name.
if ! typst fonts --font-path . --variants | rg --quiet 'SourceHanSerifSC-VF\.otf'; then
curl --location --remote-name https://mirrors.cernet.edu.cn/adobe-fonts/source-han-serif/Variable/OTF/SourceHanSerifSC-VF.otf
fi

Expand Down
2 changes: 1 addition & 1 deletion scripts/typst-version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"0.15.0"
"0.15.1"