Font UbuntuMono & Monaco doesn't appear in IntelliJ's dialog of choosing a font
Answered
This question has been asked but the solution is not working for me.
I went through the following similar questions on stackoverflow:
1. TTF fonts not available on Intellij
2. A font doesn't appear in IntelliJ's dialog of choosing a font
My question is basically the same. I have UbuntuMono and Monaco (installed using this) properly installed but the fonts are not loading in the intellij font dialog
I am using intellij 2017 on Ubuntu 14.04
How can I solve this ?
Please sign in to leave a comment.
Where did you install the ttf files? Can other Java Swing apps see them? You can test with NetBeans or JEdit?
I am using a JavaFontRendere found here and I can see the font. Also other application like LibreOfficeWriter can see the font. I install the font at /usr/share/fonts
Maybe the font is not recognized as monospaced? Does it help if you untick the checkbox to show only monospaced fonts?
yes it helps only for Ubuntu Mono and not monaco
Can you start JavaFontRendererTest on JetBrains Runtime that is used to run IntelliJ IDEA and see if it still shows the fonts? (https://intellij-support.jetbrains.com/hc/articles/206544879).
Using JetBrains Runtime, on JavaFontRendererTest, Ubuntu Mono is shown but not Monaco
I've submitted a bug, feel free to vote: https://youtrack.jetbrains.com/issue/JRE-399.