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 ?

0
7 comments

Where did you install the ttf files? Can other Java Swing apps see them? You can test with NetBeans or JEdit?

0
Avatar
Permanently deleted user

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

0

Maybe the font is not recognized as monospaced? Does it help if you untick the checkbox to show only monospaced fonts?

0
Avatar
Permanently deleted user

yes it helps only for Ubuntu Mono and not monaco

0

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).

0
Avatar
Permanently deleted user

Using JetBrains Runtime, on  JavaFontRendererTest, Ubuntu Mono is shown but not Monaco

0

Please sign in to leave a comment.