Skip to content

Commit

Permalink
adjust default fallback fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Mar 7, 2024
1 parent fc3f3b5 commit 266327d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
默认从以下备选字体列表中查找能够显示的字体

```
"Arial", "Tahoma", "Helvetica Neue", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK JP", "WenQuanYi Micro Hei", "Noto Sans SC", "Apple Color Emoji", "Noto Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
"Arial", "Tahoma", "Helvetica Neue", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", "Apple Color Emoji", "Noto Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
```

#### 中文字体 和 emoji字体 安装
Expand Down
4 changes: 2 additions & 2 deletions pil_utils/fonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"Hiragino Sans GB",
"Microsoft YaHei",
"Source Han Sans SC",
"Noto Sans CJK JP",
"WenQuanYi Micro Hei",
"Noto Sans SC",
"Noto Sans CJK SC",
"WenQuanYi Micro Hei",
"Apple Color Emoji",
"Noto Color Emoji",
"Segoe UI Emoji",
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pil-utils"
version = "0.1.9"
version = "0.1.10"
description = "A simple PIL wrapper and text-to-image tool"
authors = ["meetwq <meetwq@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 266327d

Please sign in to comment.