Is there a way to change the font size of chrome web browser bookmark bar on Linux? it does't vary with zoom out and zoom in options.
Asked
Active
Viewed 1.9k times
4
1 Answers
3
There was a bug in Chrome 35 that caused Chrome's UI fonts to be too small for many Linux users. If you are using that version of Chrome, you should update to the latest.
If that isn't the issue, and the fonts are still too small for your preference, you can change Ubuntu's system fonts, and Chrome will respect your settings (after restarting Chrome).
Taken from this answer:
# check current font
# for me, this returns Ubuntu 11
gsettings get org.gnome.desktop.interface font-name
# set it to something larger
gsettings set org.gnome.desktop.interface font-name 'Ubuntu 14'
If you prefer not to use the command line, you can change these settings using Unity Tweak Tool
Note that this will change more than just Chrome's UI. As far as I know, there is no way in Chrome's settings (or chrome://flags) to change the font size of the interface.
Before and after, with the default 11
and my change to 13
:

Michael Martin-Smucker
- 6,602
-
I have changed the font size using Unity Tweak Tool, now all the other fonts are okay except chrome, chrome bookmark bar font size and the address bar font size doesn't change. my version is 36.0.1985.143 – tharinduNA Aug 23 '14 at 18:54
-
You've restarted Chrome since changing system fonts? My changes didn't take effect until I restarted. – Michael Martin-Smucker Aug 23 '14 at 19:05
-
https://drive.google.com/file/d/0B5lW_ZYdtxZTY3NrZVZKaWJsYW8/edit?usp=sharing
– tharinduNA Aug 24 '14 at 15:12