0

Recently noticed my Jetbrains IDEs (e.g. Rider, Pycharm) use an italic font for all menus (not for the code itself). Is that intended? I can't remember having that changed myself.

Couldn't find an option to configure this (I want the "default" non-italic look) - how to change it?

Here's a screenshot from the file menu of Rider, it's basically the same for Pycharm. enter image description here

7
  • 1
    Which version(s) and plugins are you using? See the About panel for information on that. Commented Mar 28 at 21:08
  • 1
    I'm using IDEA, PyCharm, and PhpStorm versions 2024.3.x. None have italic menu fonts. Commented Mar 28 at 21:26
  • @InSync For Rider it's JetBrains Rider 2024.3.6 Build #RD-243.25659.34, built on February 27, 2025 Commented Mar 28 at 23:03
  • In MacOS, system manages menu items and the way they appear. What OS do you use? Commented Mar 31 at 21:42
  • @NadiaTarashkevich I am on Windows. Commented Apr 2 at 17:36

1 Answer 1

1

There is no extension point in IntelliJ Platform to customize the main menu font. Therefore, it's unlikely this is customized inside the IDE.

Option 1: Check the following OS-wide font settings:

Settings > Personalization > Fonts and see if the default font is changed or missing

Option 2: Check this registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes 

Look for any unexpected substitutions, like:

  • "Segoe UI"="SomeOtherFont-Italic" → this would break the UI.
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.