From 454fe03fdcedef5b48b050696098820de29bc654 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 17 Jan 2013 14:51:20 +0100 Subject: Emacs, Xdefaults: Change font back to Monaco Consolas may have cursive script, but it also has crazy changing letters for each scrept (bold, cursive). And Monaco still has the better parentheses. --- .Xdefaults | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.Xdefaults') diff --git a/.Xdefaults b/.Xdefaults index 1dc05f0..6e32381 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -20,9 +20,9 @@ urxvt.keysym.M-s: perl:keyboard-select:search urxvt.keysym.M-u: perl:url-select:select_next -urxvt.font: xft:Consolas:weight=medium:pixelsize=18 -urxvt.boldFont: xft:Consolas:weight=bold:pixelsize=18 -urxvt.italicFont: xft:Consolas:slant=italic:pixelsize=18 +urxvt.font: xft:Monaco:weight=medium:pixelsize=18 +urxvt.boldFont: xft:Monaco:weight=bold:pixelsize=18 +! urxvt.italicFont: xft:Consolas:slant=italic:pixelsize=18 urxvt.background: #111113 urxvt.foreground: #eeeeec -- cgit v1.2.3-54-g00ecf