Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/probil/monaco-ide-font
:part_alternation_mark: Patched Monaco font for use in popular IDEs and editors
https://github.com/probil/monaco-ide-font
font ide jetbrains-ides linux monaco phpstorm webstorm
Last synced: about 2 months ago
JSON representation
:part_alternation_mark: Patched Monaco font for use in popular IDEs and editors
- Host: GitHub
- URL: https://github.com/probil/monaco-ide-font
- Owner: probil
- Created: 2015-05-30T16:24:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T10:21:27.000Z (about 6 years ago)
- Last Synced: 2024-12-10T01:41:30.547Z (about 2 months ago)
- Topics: font, ide, jetbrains-ides, linux, monaco, phpstorm, webstorm
- Homepage:
- Size: 396 KB
- Stars: 228
- Watchers: 7
- Forks: 30
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# :part_alternation_mark: Monaco font for IDE
Patched Monaco font for use in popular IDEs and editors (e.g. PhpStorm/WebStorm/NetBeans/IntelliJ/etc.)## :question: Why?
**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.## :point_up: Features
* Look fine in Java-based IDEs (see screenshot section) and others
* Cyrillic symbols support out-of-the-box
* Works well on Linux and Windows## :book: How to use
Just install it into your system and select in our favorite editor/IDE#### Linux
1. Put ``Monaco.ttf`` into your ``~/.fonts``
2. Update font cache by running```bash
fc-cache -f -v
```
3. Select Monaco font the Editor's settings### Windows
1. Open ``Monaco.ttf`` and press `Install`
2. Select Monaco font the Editor's settings## :camera: Screenshots
[PHP] PhpStorm 8.0 (Linux)![Monaco in PhpStorm](/screenshots/[php]-PhpStorm-8.0.png?raw=true "[PHP] PhpStorm 8.0 (Linux)")
[JS] GEdit 3.16 (Linux)
![Monaco in Gedit](/screenshots/[js]-GEdit.png?raw=true "[JS] GEdit 3.16 (Linux)")
[CSS] WebStorm 9 (Linux)
![Monaco in WebStorm](/screenshots/[css]-WebStorm-9.png?raw=true "[CSS] WebStorm 9 (Linux)")
[C#] MonoDevelop 5.9 (Linux)
![Monaco in MonoDevelop](/screenshots/[csharp]-MonoDevelop.png?raw=true "[C#] MonoDevelop 5.9 (Linux)")
## :heavy_check_mark: Support table
| Editor | Result | Notes |
| --- | --- | --- |
| IntelliJ IDEA & similar (PhpStorm/Webstorm/PyCharm/...) | :heavy_check_mark: | - |
| GEdit | :heavy_check_mark: | - |
| MonoDevelop | :heavy_check_mark: | - |## :muscle: Contributing
Does it work for you? Do you have any issues or suggestions? Feel free to create PR and tell your story