[Kimchi-devel] [PATCH] Added the font path /usr/share/fonts/TTF to support archlinux.

stephan.conrad at gmail.com stephan.conrad at gmail.com
Wed Dec 2 13:53:02 UTC 2015


From: Stephan Conrad <stephan.conrad at gmail.com>

Signed-off-by: Stephan Conrad <stephan.conrad at gmail.com>
---
 src/wok/config.py.in | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/wok/config.py.in b/src/wok/config.py.in
index 6187fa3..0c83812 100644
--- a/src/wok/config.py.in
+++ b/src/wok/config.py.in
@@ -46,12 +46,14 @@ FONTS_PATH = {
     'fontawesome': [
         '/usr/share/fonts/fontawesome',
         '/usr/share/fonts/truetype/font-awesome',
-        '/usr/share/fonts/truetype'
+        '/usr/share/fonts/truetype',
+        '/usr/share/fonts/TTF'
     ],
     'opensans': [
         '/usr/share/fonts/open-sans',
         '/usr/share/fonts/truetype/',
-        '/usr/share/texlive/texmf-dist/fonts/truetype/public/opensans'
+        '/usr/share/texlive/texmf-dist/fonts/truetype/public/opensans',
+        '/usr/share/fonts/TTF'
     ]
 }
 
-- 
2.6.2




More information about the Kimchi-devel mailing list