diff pyntnclick/constants.py @ 671:b27b5c6c54e8 pyntnclick

Use constants for font location
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 12 Feb 2012 18:24:22 +0200
parents fe7023750b20
children 36d7f7e9650e
line wrap: on
line diff
--- a/pyntnclick/constants.py	Sun Feb 12 18:00:18 2012 +0200
+++ b/pyntnclick/constants.py	Sun Feb 12 18:24:22 2012 +0200
@@ -26,6 +26,8 @@
     debug = _get_debug()
 
     font = 'Vera.ttf'
+    bold_font = 'VeraBd.ttf'
+    mono_font = 'Monospace.ttf'
     font_size = 16
     text_color = 'black'
     label_padding = 10