[GNC] help increasing size of font in GnuCash?
Adrien Monteleone
adrien.monteleone at lusfiber.net
Fri Aug 14 19:19:43 EDT 2020
No console work necessary. Not sure what OS you are on, but just use
your favorite text editor, but be sure to use Linux/Unix line endings.
(some versions of Notepad I think use Windows endings) And of course
save in plain text, not rich text or anything formatted.
Create a file called gtk-3.0.css containing at the least:
* {
font-size: 16px;
}
This will of course affect every single text element of the UI, like a
magnifying glass.
Since you know CSS, you know you can play with the 16 and the px unit.
(not all Web CSS is recognizable in GTK, but much of it is)
That wiki page goes into more detail about where to save the file, and
what else you can put in it. (to target certain parts of the UI rather
than using the "*" sledgehammer.
Regards,
Adrien
On 8/14/20 5:52 PM, Marilyn Graves Kimple via gnucash-user wrote:
> Thanks. This looks pretty scary but I will study on it. I used to code HTML/CSS and I vaguely remember doing some DOS. I am a Mac person and don't remember the last time I used the Console.
> Best regards,mgk
>
> On Friday, August 14, 2020, 10:53:35 AM EDT, GTI .H <gti9070h at gmail.com> wrote:
>
> Here's how to do it:
> https://wiki.gnucash.org/wiki/GTK3#Visual_Styling
>
>
> --
> RegardsGTI
> Em sex., 14 de ago. de 2020 às 09:35, Marilyn Graves Kimple via gnucash-user <gnucash-user at gnucash.org> escreveu:
>
> Is there a way to customize the font size in GnuCash? I do not have an easy time reading screens and I also have arthritis in my hands, which means I need a bigger target for my cursor. I looked at the documentation and all I could find was a style sheet for reports. My built-in Mac tricks for screen reading (control+, track pad motions) do not work with GnuCash.
> Thanks-- Marilyn Graves Kimple
More information about the gnucash-user
mailing list