在原项目基础上改太多了,于是单独开了个仓库(
中文字体换成了 Google Fonts 的 Noto 系列,请自行下载 Noto Sans SC 和 Noto Serif SC 这两个字体到 assets/fonts
文件夹下
你也可以从 fonts 分支 中下载到我使用的字体(共约 175MB)
make checkout-fonts
如果感觉字体不对劲,也可以直接使用 SimSun 和 SimHei,然后按下面的方式配置假加粗:
// https://github.com/typst/typst/issues/394#issuecomment-2014481869
#show text.where(weight: "bold").or(strong): content => {
show regex("\p{script=Han}"): set text(stroke: 1em / 35)
content
}