Issue
I want to change the font in Eclipse IDE (to JetBrains Mono).
Here is what I tried:
Window > Preferences > General > Appearance > Colors and Fonts > Java > Java Editor Text Font > Edit... > Show more fonts
However, this just brings you to the Windows font settings, rather than actually allowing you to import a font. It seems as if the "Show more fonts" link (see below) is redundant.
Is there a workaround?
Solution
Yes. Fonts are made available to apps such as your IDE (Eclipse) through the host operating system.
- Install the font into the host OS. Download the font zip from the page you linked, unzip the file, right-click on the
.ttf
you intended to use, and pick the option to Install. - Restart your IDE, or perhaps your computer, if necessary.
- Choose your desired font in the settings of your IDE.
For more info:
- Install and validate fonts in Font Book on Mac
- How to Install Fonts in Windows 11
- How to install and manage fonts on Linux
See also the instructions for your desired font, JetBrains Mono.
Answered By - Basil Bourque
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.