Terminus Font in gVim & PuTTY (Windows XP)
Download Terminus Font:
.fon files
http://lowing.org/fonts/Free/fonts-terminus.zip
Alternative (GNU Licence):
.ttf (TrueType)
http://fractal.csie.org/~eric/Terminus.ttf
http://fractal.csie.org/~eric/TerminusBold.ttf
1. Copy fonts (.fon or .ttf files) to %SYSTEM%/fonts, where %SYSTEM% is Windows folder.
2. Add fonts to registry:
[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Fonts]
For each new font, add a new String Value.
String Value Name is name of font(can be any name you want to call it), value is file name of font.
e.g.
--------------------------------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Fonts]
"Terminus Normal 12"="ter-112n.fon"
"Terminus Bold 14"="ter-114b.fon"
"Terminus TrueType Normal"="Terminus.ttf"
--------------------------------------------------------------------------------
3. restart systerm.
4. In gVim,
:set guifont=* to select font
In PuTTY, under Window/Appearance/Font Settings
Download Terminus Font:
.fon files
http://lowing.org/fonts/Free/fonts-terminus.zip
Alternative (GNU Licence):
.ttf (TrueType)
http://fractal.csie.org/~eric/Terminus.ttf
http://fractal.csie.org/~eric/TerminusBold.ttf
1. Copy fonts (.fon or .ttf files) to %SYSTEM%/fonts, where %SYSTEM% is Windows folder.
2. Add fonts to registry:
[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Fonts]
For each new font, add a new String Value.
String Value Name is name of font(can be any name you want to call it), value is file name of font.
e.g.
--------------------------------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Fonts]
"Terminus Normal 12"="ter-112n.fon"
"Terminus Bold 14"="ter-114b.fon"
"Terminus TrueType Normal"="Terminus.ttf"
--------------------------------------------------------------------------------
3. restart systerm.
4. In gVim,
:set guifont=* to select font
In PuTTY, under Window/Appearance/Font Settings