Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A font doesn't appear in IntelliJ's dialog of choosing a font

I installed Monaco font using this code. However, it doesn't appear in Setting -> Editor -> Color and fonts -> Font. What should I do?

like image 534
Incerteza Avatar asked Jan 11 '23 01:01

Incerteza


2 Answers

You need to create a folder monaco in directory /usr/share/fonts/truetype/

and copy the font 'monaco.ttf' into this folder.

Then, run fc-cache -v -f

like image 74
KidOfLaMancha Avatar answered Jan 19 '23 00:01

KidOfLaMancha


Try to install fonts in another way. Just use the Font Viewer.

enter image description here

I use IDEA under ElementaryOS and it works for me.

Update:

enter image description here

like image 27
Anton Dozortsev Avatar answered Jan 19 '23 01:01

Anton Dozortsev