cc26754
--- a/TileStache/Goodies/Providers/Grid.py	2011-05-12 18:22:06.000000000 -0700
cc26754
+++ b/TileStache/Goodies/Providers/Grid.py	2014-09-28 21:47:12.405037881 -0700
cc26754
@@ -139,8 +139,10 @@
cc26754
         self.spacing = int(spacing)
cc26754
         self.tick = int(tick)
cc26754
 
cc26754
-        file = 'DejaVuSansMono-alphanumeric.ttf'
cc26754
+        file = 'DejaVuSansMono.ttf'
cc26754
         dirs = [dirname(__file__),
cc26754
+                sys.prefix + '/share/fonts/dejavu',
cc26754
+                sys.prefix + '/share/fonts/truetype/ttf-dejavu',
cc26754
                 abspath(pathjoin(dirname(__file__), '../../../share/tilestache')),
cc26754
                 sys.prefix + '/local/share/tilestache',
cc26754
                 sys.prefix + '/share/tilestache']