Spaces:
Running
Running
Commit
·
47afbd4
1
Parent(s):
704aade
app update
Browse files- util/fonts_opt.py +3 -3
util/fonts_opt.py
CHANGED
|
@@ -16,9 +16,9 @@ fonts_list = ["SimSun.ttf", "TimesNewRoman.ttf", "malgun.ttf"] # 字体列表
|
|
| 16 |
fonts_suffix = ["ttc", "ttf", "otf"] # 字体后缀
|
| 17 |
|
| 18 |
data_url_dict = {
|
| 19 |
-
"SimSun.ttf": "https://
|
| 20 |
-
"TimesNewRoman.ttf": "https://
|
| 21 |
-
"malgun.ttf": "https://
|
| 22 |
|
| 23 |
console = Console()
|
| 24 |
|
|
|
|
| 16 |
fonts_suffix = ["ttc", "ttf", "otf"] # 字体后缀
|
| 17 |
|
| 18 |
data_url_dict = {
|
| 19 |
+
"SimSun.ttf": "https://raw.githubusercontent.com/Zengyf-CVer/fonts/main/SimSun.ttf",
|
| 20 |
+
"TimesNewRoman.ttf": "https://raw.githubusercontent.com/Zengyf-CVer/fonts/main/TimesNewRoman.ttf",
|
| 21 |
+
"malgun.ttf": "https://raw.githubusercontent.com/Zengyf-CVer/fonts/main/malgun.ttf",}
|
| 22 |
|
| 23 |
console = Console()
|
| 24 |
|