From 9e3b32a97dfc200f67c35f7680513679d08bd89c Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Tue, 31 Mar 2020 21:21:36 +0200 Subject: [PATCH] use Han-fond for Han characters (#422) --- lib/wttrin_png.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wttrin_png.py b/lib/wttrin_png.py index c54b2a8..005a4a0 100644 --- a/lib/wttrin_png.py +++ b/lib/wttrin_png.py @@ -52,7 +52,7 @@ FONT_CAT = { 'Greek': "/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", 'Arabic': "/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", 'Hebrew': "/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", - 'Han': "/usr/share/fonts/truetype/motoya-l-cedar/MTLc3m.ttf", + 'Han': "/usr/share/fonts/truetype/wqy/wqy-zenhei.ttc", 'Hiragana': "/usr/share/fonts/truetype/motoya-l-cedar/MTLc3m.ttf", 'Katakana': "/usr/share/fonts/truetype/motoya-l-cedar/MTLc3m.ttf", 'Hangul': "/usr/share/fonts/truetype/lexi/LexiGulim.ttf",