Reputation: 43
How to modify the font of PhpStorm findbox (find text field)? Fonts are windows default simsun! No change options in settings.
Upvotes: 4
Views: 643
Reputation: 402493
Update: 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.
Original answer:
At the moment the font used in the text field is hardcoded and you can't change it, please vote for this request and follow it for updates:
Other related requests:
Upvotes: 7