summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-25 02:50:24 +0000
committerMatt Wilson <msw@redhat.com>2000-07-25 02:50:24 +0000
commitca62407235b960e1c0488c6180777c9d4aab19a9 (patch)
tree4c3fa42e627fa29d9a324018738d7f3b64f1f2f6 /xf86config.py
parentbed8e78e9dcbd14454e1de15d15b7825e971e54a (diff)
downloadanaconda-ca62407235b960e1c0488c6180777c9d4aab19a9.tar.gz
anaconda-ca62407235b960e1c0488c6180777c9d4aab19a9.tar.xz
anaconda-ca62407235b960e1c0488c6180777c9d4aab19a9.zip
add KOI-8 fonts
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/xf86config.py b/xf86config.py
index b1a1cdf01..ac45c74a7 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -886,6 +886,8 @@ class XF86Config:
FontPath "/usr/share/fonts/ISO8859-9/misc/"
FontPath "/usr/share/fonts/ISO8859-9/75dpi/"
FontPath "/usr/share/fonts/ISO8859-9/100dpi/"
+ FontPath "/usr/share/fonts/KOI8-R/misc/"
+ FontPath "/usr/share/fonts/KOI8-R/75dpi/"
"""
f = open ('/tmp/XF86Config.test', 'w')