chiark / gitweb /
gitk: set fonts in default view too
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 13 Sep 2018 16:47:15 +0000 (17:47 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Thu, 13 Sep 2018 16:47:15 +0000 (17:47 +0100)
templates/gitk.in

index 83a9084a0cbf2259a262c15ea1ee203e5cd21c90..d821e162bbec6c26c861b379fdcc57f8c56204de 100755 (executable)
@@ -12,6 +12,9 @@ END
        ;;
 *)
         cat <<END
+set mainfont {sans 9}
+set textfont {monospace 9}
+set uifont {sans 9 bold}
 END
         ;;
 esac