Skip to content

Commit

Permalink
catch up upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
laishulu committed Nov 21, 2024
1 parent e2ef508 commit de6c221
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 121 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ fonts`合并入`Sarasa Term SC`, 再经过一些后处理,而最后形成的

上游版本:

- Sarasa Term SC:1.0.23
- Nerd Font: 3.2.1
- Font Patcher: 4.14.5
- Sarasa Term SC:1.0.24
- Nerd Font: 3.3.0
- Font Patcher: 4.16.1

## 字体效果

Expand Down
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for item in ../"$sarasa_dir"/*; do
extension="${item##*.}"
if [ "$extension" == "ttf" ]; then
echo "processing " "$item"
../font-patcher -q -l -c --careful "$item"
../font-patcher --quiet --adjust-line-height --complete --careful "$item"
fi
fi
done
Expand Down
Loading

0 comments on commit de6c221

Please sign in to comment.