Fix tiny font on google chrome tabs and boomarks
After a chrome upgrade, maybe you could see a modification on your tabs font size.
To fix it, install the lastest version from this repository, with the following commands:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-chrome-beta
As you can see, the font recover it's original size
Enjoy it!
To fix it, install the lastest version from this repository, with the following commands:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-chrome-beta
As you can see, the font recover it's original size
Enjoy it!
Comments
Post a Comment