From 9575aab75b520a76177ca9bce7d73d796c8a8386 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 7 Jul 2012 22:09:11 +0200 Subject: [PATCH] apparance: hinting of Cantarell seems a bit off. Switch to DejaVu Sans. --- rc/apparance.lua | 4 ++-- rc/theme.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rc/apparance.lua b/rc/apparance.lua index 3e8c5cf..8552e5f 100644 --- a/rc/apparance.lua +++ b/rc/apparance.lua @@ -35,5 +35,5 @@ gtk3:close() -- For QT, the configuration file is ~/.config/Trolltech.conf. It -- seems a bit complex to override it each time. The solution is to --- run qtconfig and to select "GTK+" for the style and "Cantarell 9" --- for the font. +-- run qtconfig and to select "GTK+" for the style and the appropriate +-- font. diff --git a/rc/theme.lua b/rc/theme.lua index 5d0df47..f36bbab 100644 --- a/rc/theme.lua +++ b/rc/theme.lua @@ -3,7 +3,7 @@ local theme = loadrc("../themes/nice-and-clean-theme/theme") if theme then theme.wallpaper_cmd = { "/bin/true" } - theme.font = "Cantarell 9" + theme.font = "DejaVu Sans 9" theme.border_width = 2 theme.border_normal = "#00000000" theme.border_focus = theme.border_focus .. "66"