From 2065520e256bf4bd626beba7a5f445f721ea8a2c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 27 Aug 2018 18:52:13 +0100 Subject: Improving fonts in xresources --- X/.Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'X/.Xresources') diff --git a/X/.Xresources b/X/.Xresources index 64251d9..d574d77 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -180,7 +180,7 @@ URxvt*cursorColor: #cc99cc ! Select the fonts to be used. This is a comma separated list of font names that are checked in order when trying to find glyphs for characters -URxvt*font: xft:Hack:pixelsize=14 +URxvt*font: xft:Misc Tamsyn:style=Regular:pixelsize=16:antialias=false,xft:Unifont:size=8:anialias=false,xft:Wuncon Siji:style=Regular:pixelsize=10,xft:Font Awesome 5 Free:style=Regular:pixelsize=14,xft:Font Awesome 5 Brands:style=Regular:pixelsize=14 ! When font styles are not enabled, or this option is enabled (True default), bold/blink font styles imply high intensity foreground/background colours URxvt*intensityStyles: false -- cgit