On 22 January 2026 at 17:16, [email protected] said: [...] > I had my hard drive replaced so had to reinstall everything. I did find > the file in users/roger/.gnucash/gtk-3.0. Not exactly the path I was > looking for but I found it. The text was the following: > > * { > font: 15px consolas, sans-serif; > } > > If I understand correctly, the font is set to 15 points. I could raise it > to 16 and see how it looks. How high could I go? Is there a way to bold > the font? I looked through the guide and did not find these instructions. > Also looked for the same in the Wiki, same. The old man is near blind and > not so programing gifted.
Pixels, not points. I doubt if there's an upper limit, but you might find 15000px too large. As for bolding, adding "bold" (without the quotes) could be worth a try. (It would need to be before the list of fontnames). This is CSS. There are numerous resources online explaining the syntax. https://www.w3schools.com/cssref/pr_font_font.php is a good source. _______________________________________________ gnucash-user mailing list [email protected] To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
