How to add fonts in cygwin mintty
Asked Answered
H

1

10

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.

Harwell answered 29/7, 2013 at 16:28 Comment(0)
F
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.

Fecal answered 25/5, 2016 at 17:18 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.