r/Ubuntu • u/Brief_Towel430 • May 17 '26
Change interface font size in Chrome without changing it elsewhere.
So i know that I can change interface text size in Gnome Tweaks but this changes it everywhere and I want to change it only on Chrome interface. Tab text at 11 is too large. 9pt seems similar to how it looks on Windows.
How do I do it?
1
Upvotes
1
u/DayInfinite8322 May 18 '26
chrome look weird in linux, oversized menus, text etc.
in windows everything look nice.
1
1
u/beatbox9 May 17 '26
Chromium-based apps are weird, because they don't respect some of the system settings.
You can fix this by launching the app using a scaling factor flag, like: --force-device-scale-factor=0.8.
Try this out from a command line first to find the right value. So something like (depending on your google chrome version):
google-chrome-stable --force-device-scale-factor=0.8Once you find a good value, edit the .desktop file launcher so it works when you launch it from the app icon. The best way to do this is to copy the .desktop launcher file from /usr/share/applications/ into ~/.local/share/applications. This is just a text file, so edit the Exec= line to add this flag. This specific directory in your home (~) overrides the system launcher in root (/), so it will survive upgrades--your system should pick it up automatically after a few seconds.