Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get IntelliJ "DejaVu Sans Mono" font on Windows 10

At work, I use IntelliJ on Linux Mint and I set the DejaVu Sans Mono font. At home, I use Windows10 but I can't see this font on the font setting panel. Is there a way to add it because those proposed by defaut are really useless. Thanks a lot

like image 592
akuma8 Avatar asked Jul 17 '18 21:07

akuma8


1 Answers

If you do not have the fonts, you can download and install from this link: DejaVu Fonts on GitHub

I installed only DejaVu Sans Mono from the provided zip file and restarted "IntelliJ IDEA". Then, goto File > Settings > Editor > Font and uncheck the first checkbox Show only monospaced fonts and then select the font you want, DejaVu Sans Mono in your case.

Screenshot: enter image description here

Finally, the editor looks like this:

enter image description here

And, for changing font of other parts of the IDE, goto Settings > Appearance & Behavior > Appearance and deselect "Override default fonts` and choose your preferred font.

Screenshot:

enter image description here




**EDIT: How to Install Font: ** Installing Font (Easy Way): You open the zip file after downloading, then go into dejavu-fonts-ttf-2.37\ttf directory, you will find the font named DejaVuSansMono.ttf.

enter image description here

Double click on the font and you will have the following window. You then have to click on Install to install it on the system. I believe you need proper permission into the system to install it.

enter image description here

like image 196
ImtiazeA Avatar answered Oct 17 '22 08:10

ImtiazeA