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?
Please sign in to leave a comment.
The answer to your question is already available at https://stackoverflow.com/a/43694290/104891.
But still unavailable yet?
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=trueinHelp|Edit Custom VM Optionsand restart the IDE.You can download 2018.3.1 RC build at https://confluence.jetbrains.com/display/IDEADEV/IDEA+2018.3+EAP.