I’ve configured Sublime Text 4 (build 4192, macOS) with a custom font (Source Code Pro for Powerline), but for some reason messages in the right gutter (e.g. output from evaluating code in an attached REPL) show up in a Serif font of some sort:
I’ve grepped through all of my custom .sublime-settings
files, and I can only find the one font-face
property configured, in $USER/Preferences.sublime-settings
, and it’s set correctly (confirmed by changing it, and seeing the main editor font change).
Is there some alternative property I also need to configure to get these right gutter messages to use my preferred font? If so, what is it? If not, what might be causing Sublime Text to ignore the configured default font?
I’ve also noticed that hovertips are also using the same Serif font as the right gutter - possibly related?