Added some bitmap fonts and picked the smallest one for now
[naja.git] / naja / constants.py
index efed55cd631cb337bdea31109ec6148258c0ff82..8506db011dfba64eb11d70fd62b06e01cb8e3469 100644 (file)
@@ -3,7 +3,7 @@ from naja.attrdict import AttrDict
 
 SCREEN = (800, 600)
 FPS = 40
-FONT = 'DejaVuSans.ttf'
+FONT = '4x6.pcf'
 FONT_SIZE = 16
 EIGHT_BIT_SCALE = 4