Comment 13 for bug 1823550

Revision history for this message
Norbert (nrbrtx) wrote : Re: GtkSourceView wrongly has monospaced font in dropdown (context) menu

Thanks, Khurshid!

I automated your method by

```
mkdir -p ~/.config/gtk-3.0

cat > ~/.config/gtk-3.0/gtk.css << EOF
.context-menu {
    font-weight: medium;
    font-family: regular;
}
EOF
```

and got almost normal context menu in Pluma.