# Configure a default Slackware TTF font: --- vlc-1.1.12/modules/misc/freetype.c.orig 2011-07-12 20:11:25.000000000 +0200 +++ vlc-1.1.12/modules/misc/freetype.c 2011-12-21 13:29:23.397852389 +0100 @@ -55,8 +55,8 @@ # define DEFAULT_FONT_FILE "/usr/share/fonts/nokia/nosnb.ttf" # define DEFAULT_FAMILY "Nokia Sans Bold" #else -# define DEFAULT_FONT_FILE "/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf" -# define DEFAULT_FAMILY "Serif Bold" +# define DEFAULT_FONT_FILE "/usr/share/fonts/TTF/DejaVuSans-Bold.ttf" +# define DEFAULT_FAMILY "Sans Bold" #endif /* Freetype */