Description: Debian figlet defaults.
 Change defaults to be toilet-compatible (font: future)
Author: Stefano Rivera <stefanor@debian.org>
Forwarded: not-needed
Last-Update: 2011-05-29

--- a/pyfiglet/__init__.py
+++ b/pyfiglet/__init__.py
@@ -35,7 +35,7 @@
 """
 
 
-DEFAULT_FONT = 'standard'
+DEFAULT_FONT = 'future'
 
 
 def figlet_format(text, font=DEFAULT_FONT, **kwargs):
