Comment 12 for bug 1823550

Revision history for this message
Khurshid Alam (khurshid-alam) wrote : Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

In lp: #1242984 light theme is already using (see https://code.launchpad.net/~larsu/ubuntu-themes/gedit-fixes/+merge/201212)

.context-menu { font: regular medium;}

not sure why it is not working. May be it needs to use font-family. So changing it in ~/.config/gtk-3.0/gtk.css works for me.

.context-menu {
    font-weight: medium;
    font-family: regular;
}