Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Browser tab and bookmark bar font is too small

Writer Mia Lopez

Chrome and Opera browsers side by side

I've had this issue for months now and it has been driving me mental. Ever few weeks after installing an update the font sizes in my browsers (both chrome and Opera) change sizes and they're independant of each other. I've had Chrome being normal and Opera's fonts being wacky and vice versa. Sometimes the fonts are huge and I can only see a few letters in the tabs. Other times they're miniscule, like now.

I just restarted my system and now they're BOTH tiny.

I've uninstalled and re-installed. I've googled everything. All I can find is a bunch of other people complaining about the same issue in Chrome with no solution.

I'm going nuts with this issue, does anyone know of a solution?

2

1 Answer

For Ubuntu. Edit file

sudo nano /usr/share/applications/opera.desktop

and followed your code replacements...

Find the line

Exec=opera %U

And replace with

Exec=opera --force-device-scale-factor=1 %U

Restart opera.

The solution is from:Font size of bookmarks and tabs got small for chrome in ubuntu 16.04

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy