0

I can only see couple of fonts listed on the settings of console2 even though I have installed lots of fonts in my system. Where does the console2 reads the fonts from?

Aakash Sigdel
  • 9,060
  • 5
  • 33
  • 38

1 Answers1

1

Only Monospaced Fonts are allowed in console2.

Pᴇʜ
  • 56,719
  • 10
  • 49
  • 73
  • I installed a font called monaco as suggested by this tutorial http://tech.xster.net/tips/quake-style-drop-down-terminal-for-windows/ isn't that a momospaced font? – Aakash Sigdel Jan 16 '15 at 01:22
  • I downloaded Monaco from here http://www.sitepoint.com/top-10-programming-fonts/ and it showed up as font in console2. But If it dosn't work you can try to add this key to your registry `[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont] "000"="Monaco"` (editing registry is at your own risk) – Pᴇʜ Jan 16 '15 at 07:54