make the default fonts bold cuz bold looks better everywhere except in the menus i think

This commit is contained in:
Dana Jansens 2007-05-20 23:00:56 +00:00
parent 209d8df0b1
commit 280c70b00b

View file

@ -195,7 +195,7 @@ struct _RrAppearance {
#define RrDefaultFontFamily "arial,sans" #define RrDefaultFontFamily "arial,sans"
#define RrDefaultFontSize 8 #define RrDefaultFontSize 8
#define RrDefaultFontWeight RR_FONTWEIGHT_NORMAL #define RrDefaultFontWeight RR_FONTWEIGHT_BOLD
#define RrDefaultFontSlant RR_FONTSLANT_NORMAL #define RrDefaultFontSlant RR_FONTSLANT_NORMAL
RrInstance* RrInstanceNew (Display *display, gint screen); RrInstance* RrInstanceNew (Display *display, gint screen);