Using Linux, how can i configure font and font size in gitk?
Looking through the menus can be quite frustrating as they offer very little configuration possibilities.
You can configure the font and font size in either:
~/.config/git/gitk
or~/.gitk
Example:
set mainfont {Monaco 10}
set textfont {Monaco 10}
set uifont {Monaco 10}
You can also do it through the tool itself:
Edit/Preferences
Fonts
Main font
to set the properties of the main font