File nfoview-1.9.5-font.patch of Package nfoview
Description: Correct font name and size.
Author: Kyrill Detinov <lazy.kent@opensuse.org>
Index: nfoview/config.py
===================================================================
--- nfoview/config.py.orig
+++ nfoview/config.py
@@ -46,7 +46,7 @@ class ConfigurationStore(object):
_fields = {"background_color": ("#ffffff", str, str),
"color_scheme": ("default", str, str),
- "font": ("Terminus 12", str, str),
+ "font": ("xos4 Terminus 10", str, str),
"foreground_color": ("#000000", str, str),
"link_color": ("#0000ff", str, str),
"pixels_above_lines": (0, int, str),