I wish to use additional fonts in mintty,
I want to add Monaco font to my cygwin terminal. While mintty does help me to customise fonts and appearance. I cannot get to use additional fonts.
I added Monaco from internet to my Control Panel\Appearance and Personalization\Fonts folder and it's usable in wordpad and word but not in mintty.
Asked
Active
Viewed 1.0k times
10

Saurabh Rana
- 3,350
- 2
- 19
- 22
1 Answers
7
This is easy, but you cannot use the mintty UI to change it. Instead, create a file /etc/minttyrc
or edit the file ~/.minttyrc
.
Set the font (and other settings) there. Check the man page for complete list of settings.
Font=Monaco
FontHeight=12
You can find the available font names in the standard Windows font dialog in the config panel.

exhuma
- 20,071
- 12
- 90
- 123

Isaac Hanson
- 1,088
- 9
- 14