#$XFree86: xc/lib/Xft/XftConfig.cpp,v 1.4 2000/11/29 08:39:20 keithp Exp $

dir "/usr/X11R6/lib/X11/fonts/Type1"


#Check users config file


includeif	"~/.xftconfig"

match any family == "serif" edit    family =+ "times";
match any family == "sans" edit	    family =+ "helvetica";
match any family == "mono" edit	    family =+ "courier";
	
