From d280f698f86e4b94c95cbb213ba51f8675be6cfa Mon Sep 17 00:00:00 2001 From: DustVoice Date: Sun, 2 Aug 2020 20:16:11 +0200 Subject: [PATCH] Specify correct font --- .Xresources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.Xresources b/.Xresources index ac7d46c8..0d2a131b 100644 --- a/.Xresources +++ b/.Xresources @@ -18,4 +18,5 @@ *.color7: #BFBFBF *.color15: #E6E6E6 -!Xft.dpi: 96 +Xft.dpi: 96 +*.font = "Hack:size=10:antialias=true:autohint=true"