From bda8e86613bb7e74f7beaf5e6990ea74e71b079e Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Tue, 29 Sep 2015 19:40:40 +0200 Subject: [PATCH] use correct font for hidpi --- zathurarc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathurarc b/zathurarc index 003fc43..ef8bef9 100644 --- a/zathurarc +++ b/zathurarc @@ -1,5 +1,5 @@ # general -set font "gohufont normal 11" +set font "xft:DejaVu Sans Mono pixelsize=24" set default-bg "#181b20" set statusbar-fg "#cdcdcd"