Is there a way to force IntelliJ to use a specific font variant, e.g. Source Code Pro Light
? As far as I know, IntelliJ always assume the regular variant, and doesn't allow one to specify what to be used as bold and italic.
I have probably not been clear. There is a way to select a fixed variant (bold and italic), but IntelliJ decides what that variant should be. As an example, consider the fact I want to configure IntelliJ to use the following fonts:
- Normal Text -> Source Code Pro Light (and not Regular)
- Bold -> Source Code Pro Regular (and not Bold)
- Italic -> Source Code Pro Powerline Italic (not the same font)