-
Notifications
You must be signed in to change notification settings - Fork 1
Windows Command Prompt Font Support
Güray Yarar edited this page Jul 15, 2018
·
1 revision
The default font of Windows Command Prompt does not have some unicode characters unlike Linux and OSX.
If you run with the default font Consolas
, you will get a result like this:
Please follow these instructions;
- Download Iosevka font (01-iosevka-1.13.2.zip)
- Double click the
ttf\iosevka-regular.ttf
and click the Install
- Open Regedit (
Win+R
typeregedit
) - Open
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont
- Add a new
String value
named zeros (if there is already 00, new one should be 000), and dataIosevka
:
- Right click to Command Prompt's bar, go to Properties
- Select font as Iosevka then click OK button.