How to change the search bar font on Windows?

Answered

This applies to both IntelliJ and PyCharm. On Windows, the font is the search bar is a serif one, while the font for the code is (configured to be) a san serif one. Is it possible to change the search bar font?

1
3 comments

The answer to your question is already available at https://stackoverflow.com/a/43694290/104891.

0
Avatar
Permanently deleted user

But still unavailable yet?

0

This feature is available starting from IntelliJ IDEA 2018.3.1. To make the search/replace fields use the editor font you can add -Dide.find.use.editor.font=true in Help | Edit Custom VM Options and restart the IDE.

You can download 2018.3.1 RC build at https://confluence.jetbrains.com/display/IDEADEV/IDEA+2018.3+EAP.

0

Please sign in to leave a comment.