make the default fonts bold cuz bold looks better everywhere except in the menus...
[mikachu/openbox.git] / render / render.h
index ac1deb4..982ce12 100644 (file)
@@ -195,7 +195,7 @@ struct _RrAppearance {
 
 #define RrDefaultFontFamily       "arial,sans"
 #define RrDefaultFontSize         8
-#define RrDefaultFontWeight       RR_FONTWEIGHT_NORMAL
+#define RrDefaultFontWeight       RR_FONTWEIGHT_BOLD
 #define RrDefaultFontSlant        RR_FONTSLANT_NORMAL
 
 RrInstance* RrInstanceNew (Display *display, gint screen);