apparance: hinting of Cantarell seems a bit off. Switch to DejaVu Sans.

This commit is contained in:
Vincent Bernat 2012-07-07 22:09:11 +02:00
parent 22dde5b7e9
commit 9575aab75b
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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"