From 57c72f668b44acc5aa6e095554328e73c4013789 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 30 Nov 2008 16:47:43 +0000 Subject: [PATCH] gitconfig: New fonts for Tk 8.5. I'm not sure I like the fact that I can't use fixed any more, but this doesn't seem completely awful. --- gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index 1f90ebf..ade16c4 100644 --- a/gitconfig +++ b/gitconfig @@ -75,5 +75,5 @@ signedoffcc = yes [gui] - fontui = -family helvetica -size 11 -weight normal -slant roman -underline 0 -overstrike 0 - fontdiff = -family fixed -size 10 -weight normal -slant roman -underline 0 -overstrike 0 + fontui = -family sans -size 10 + fontdiff = -family monospace -size 10 -- 2.11.0