Sublime Forum

Context Menu Font

#1

Does anyone know a way to set the font family for just the context menu? I was working on a plugin that uses a custom font family to display glyphs, but i don’t want to require the user to have to set it in their user settings, nor have the entire program use the font. I tried setting:

“font_face” : “my_font”

… in my “Context.sublime-menu” file, but that didn’t work (the font does work in user preferences however).

I looked around and couldn’t find much on the subject. There may not be a way, but I figured I’d ask.

0 Likes

#2

You mean the right-click menu? I don’t think you can easily change that font, regardless of Sublime Text.

0 Likes