Patched Monaco font for use in popular IDEs and editors (e.g. PhpStorm/WebStorm/NetBeans/IntelliJ/etc.)
Monaco is a nice font for the code. I really like it. But it looks ugly in the Java-based IDEs on Linux. I tried to google a solution for this but exiting options was really weird or had limitations. So, I decided to patch it fix those issues.
- Look fine in Java-based IDEs (see screenshot section) and others
- Cyrillic symbols support out-of-the-box
- Works well on Linux and Windows
Just install it into your system and select in our favorite editor/IDE
- Put
Monaco.ttf
into your~/.fonts
- Update font cache by running
fc-cache -f -v
- Select Monaco font the Editor's settings
- Open
Monaco.ttf
and pressInstall
- Select Monaco font the Editor's settings
[PHP] PhpStorm 8.0 (Linux)
[JS] GEdit 3.16 (Linux)
[CSS] WebStorm 9 (Linux)
[C#] MonoDevelop 5.9 (Linux)
Editor | Result | Notes |
---|---|---|
IntelliJ IDEA & similar (PhpStorm/Webstorm/PyCharm/...) | ✔️ | - |
GEdit | ✔️ | - |
MonoDevelop | ✔️ | - |
Does it work for you? Do you have any issues or suggestions? Feel free to create PR and tell your story