(04-04-2020, 06:57 PM)rich2005 Wrote: Maybe this is worth a try. Comes from this bug report https://gitlab.gnome.org/GNOME/gimp/-/issues/4892
Add a gtkrc file to the gimp profile
Code:
#To set the font
style "Monaco"
{
font_name = "Monaco 20"
}
widget_class "*" style "Monaco"
gtk-font-name = "Monaco 20"
This in my regular 1920x1080 laptop. kubuntu 18.04 / Gimp 2.10.14
This morning I did get this to work. I did not realize there were multiple Gimp 2.8 gtkrc files until today. I was putting the code into the one in my Gimp 2.8 theme folder (the theme I am using) and it wouldn't work. Today I realized there is another Gimp 2.8 gtkrc file in the main Gimp 2.8 folder and when I added the code to that file it worked. Thank you so very much for your help.