From: Mark Wooding Date: Wed, 30 Jan 2008 18:19:17 +0000 (+0000) Subject: gitconfig: configure fonts for git-gui. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/ecaa0c5b5ed7495a84cf52e158de16e68992494f?ds=sidebyside gitconfig: configure fonts for git-gui. --- diff --git a/gitconfig b/gitconfig index 9be32a3..5d38112 100644 --- a/gitconfig +++ b/gitconfig @@ -54,3 +54,6 @@ [mail "alias"] git = git@vger.kernel.org mdw = mdw@distorted.org.uk +[gui] + fontui = -family helvetica -size 11 -weight normal -slant roman -underline 0 -overstrike 0 + fontdiff = -family fixed -size 11 -weight normal -slant roman -underline 0 -overstrike 0