4

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.

  • Seems like this is a bug since 2009 https://code.google.com/p/chromium/issues/detail?id=17866 – tharinduNA Aug 24 '14 at 13:05
  • Interesting, the corresponding bug for the bookmark bar has been closed as fixed. But in my screenshot below, it looks like both tab bar and bookmark bar are working fine. – Michael Martin-Smucker Aug 24 '14 at 14:51
  • my chrome looks really ugly due to large fonts, since i don't have 10 reputation i'm not allow to post any screenshots here anyway check this

    https://drive.google.com/file/d/0B5lW_ZYdtxZTY3NrZVZKaWJsYW8/edit?usp=sharing

    – tharinduNA Aug 24 '14 at 15:12

1 Answers1

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 Install 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:

Chrome UI Before and After