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

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