techee left a comment (geany/geany#4326)

In addition to this patch, another place where the not-really-good-looking  
Courier New is used is the search entry which is controlled by this in 
geany.css:

```css
#GeanyDialogSearch entry {
        font-family: monospace;
}
```

Would it be OK to modify it to
```css
#GeanyDialogSearch entry {
        font-family: Consolas, monospace;
}
```

The danger is that if users install Consolas on other systems, this font will 
be used there by default too. On the other hand:
1. I don't think it's very common and probably not quite legal to use it 
outside Windows (even though I've seen some github pages offering packages 
doing that)
2. Even if this happens, the font is looking generic enough that nobody will 
care much I think

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4326#issuecomment-2956988003
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/4326/[email protected]>

Reply via email to