b4n left a comment (geany/geany#4326) Well, it means *"use monospace font for every widget that has the CSS class *monospace*"*. This is very easy to achieve: ```c gtk_style_context_add_class(gtk_widget_get_style_context(entry), GTK_STYLE_CLASS_MONOSPACE); ```
-- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4326#issuecomment-2958671448 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4326/[email protected]>
