summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/themerc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/themerc.c b/openbox/themerc.c
index 7f587afe..b79fc6e1 100644
--- a/openbox/themerc.c
+++ b/openbox/themerc.c
@@ -144,7 +144,7 @@ void themerc_startup()
if (themerc_titlebar_layout == NULL)
themerc_titlebar_layout = g_strdup("NDLIMC");
if (themerc_font == NULL)
- themerc_font = g_strdup("sans-8");
+ themerc_font = g_strdup("sans-7");
}
void themerc_shutdown()