Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add fonts in cygwin mintty

I wish to use additional fonts in enter image description heremintty, 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.

like image 405
Saurabh Rana Avatar asked Jul 29 '13 16:07

Saurabh Rana


1 Answers

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.

like image 193
Isaac Hanson Avatar answered Oct 05 '22 23:10

Isaac Hanson