From 71454b731506b1370201cbd25a832cf4a2a91abf Mon Sep 17 00:00:00 2001 From: Gabriel Almir Date: Mon, 11 Jan 2021 18:32:14 -0300 Subject: [PATCH] Change Default Font in Comments --- .var/app/org.gimp.GIMP/config/GIMP/2.10/gtkrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.var/app/org.gimp.GIMP/config/GIMP/2.10/gtkrc b/.var/app/org.gimp.GIMP/config/GIMP/2.10/gtkrc index 21ac84d..4299d14 100755 --- a/.var/app/org.gimp.GIMP/config/GIMP/2.10/gtkrc +++ b/.var/app/org.gimp.GIMP/config/GIMP/2.10/gtkrc @@ -13,11 +13,14 @@ # You can add your own GIMP-specific GTK styles here. # Override GIMP Dark Mode -# gtk-font-name = "Lucida Grande" + +# Overall Font Family +# gtk-font-name = "Sans 10" style "gimp-dark-default-style" { - # font_name = "Lucida Grande" + # Font Family for Dark Default Style + # font_name = "Sans 10" # Color Variables color["clr1"] = "#DDDDDD"