From 01b8d0d8c553ab597831fae9d28ade272c766ae5 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Fri, 31 Mar 2017 20:35:42 +0200 Subject: [PATCH] Added path to Katakana and Hangul fonts --- lib/wttrin_png.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/wttrin_png.py b/lib/wttrin_png.py index c845ed4..86e4b50 100644 --- a/lib/wttrin_png.py +++ b/lib/wttrin_png.py @@ -51,6 +51,8 @@ FONT_CAT = { 'Greek': "/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", 'Han': "/usr/share/fonts/truetype/motoya-l-cedar/MTLc3m.ttf", '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", } def color_mapping(color):