From: Stephan Conrad <stephan.conrad(a)gmail.com>
I added a path to the font config for Arch Linux
Stephan Conrad (1):
Added the font path /usr/share/fonts/TTF to support archlinux.
src/wok/config.py.in | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
2.6.2
Show replies by date
From: Stephan Conrad <stephan.conrad(a)gmail.com>
Signed-off-by: Stephan Conrad <stephan.conrad(a)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
Applied. Thanks.
Regards,
Aline Manera
Applied. Thanks.
Regards,
Aline Manera