[Users] Font sizes

Ralf Mardorf kde.lists at yahoo.com
Thu Aug 15 20:20:16 CEST 2019


On Thu, 15 Aug 2019 19:41:09 +0200, Michal Suchánek wrote:
>On Thu, 15 Aug 2019 18:33:13 +0100
>Abrolag <abrolag at users.sourceforge.net> wrote:
>
>> My eyesight is not what it was, so I was looking for a way to
>> increase font sizes globally.
>> I couldn't find anything. Is it in fact possible for Claws?
>>   
>
>AFAIK Claws follows your GTK theme. Increase font size in lxappearance
>or other theme configurator of your choice and it should increase in
>all GTK applications including Claws.

Assuming a desktop environment shouldn't override those settings, then
editing .gtkrc-2.0 does the job, resp. .config/gtk-3.0/settings.ini for
the GTK3 port.

[rocketmouse at archlinux ~]$ grep font .gtkrc-2.0
gtk-font-name="Cantarell 11"
[rocketmouse at archlinux ~]$ grep font .config/gtk-3.0/settings.ini
gtk-font-name=Cantarell 11

In the above example 'Cantarell' is the font's name and '11' is the
size. Those files can be edited with the editor of your choice. A tool
such as LXAppearance could be used, too. When running 'lxappearance'
the font type and size are not provided by the 'Font' tab, they are at
the bottom of the 'Widget' tab.


More information about the Users mailing list