In screen font size

fwiw …

I’m running Brave under linux (Ubuntu 22.04, gnome) with a 4K monitor and periodically have this issue rear its ugly head upon a new update of the Brave software (ie, the Brave software update overwrites my customizations).

So far the following works for me re: increasing the size of tab/bookmark fonts:

sudo vi /usr/share/applications/brave-browser.desktop

Find all lines that start with Exec= and append --force-device-scale-factor=1.4 on the end of each line, save the file, logout and login for settings to take hold.

NOTES:

  • you may need to adjust the value (1.4 in my case) to fit your needs.
  • for Windows users: I’m not currently running any Windows environments so I’m not sure where (if?) the equivalent of the brave-browser.desktop resides in Windows

In my case:

####
# old lines:

Exec=/usr/bin/brave-browser-stable %U
Exec=/usr/bin/brave-browser-stable
Exec=/usr/bin/brave-browser-stable --incognito

####
# new lines:

Exec=/usr/bin/brave-browser-stable %U --force-device-scale-factor=1.4
Exec=/usr/bin/brave-browser-stable --force-device-scale-factor=1.4
Exec=/usr/bin/brave-browser-stable --incognito --force-device-scale-factor=1.4

Within Brave settings you can further tweak some font sizes by changing zoom factors. In my case:

open Brave Settings
search on 'zoom'
Page zoom is set to 110%
Customize fonts > Font size (slider) = 15
Customize fonts > Minimum font size (slider) = 14
1 Like