Search blog

Showing posts with label Browser Solutions. Show all posts
Showing posts with label Browser Solutions. Show all posts

Saturday, September 9, 2017

Install Latest Version of Vivaldi Browser in Ubuntu using your Terminal

If you are looking to install the latest version of Vivaldi in your Ubuntu installation, execute the commands below:

Step 1. First copy the Vivaldi .deb package download link from Vivaldi's page at: http://bit.ly/2eMj7eH & RIGHT CLICK, COPY the link location as shown in the image below:


Step 2. Now open your Terminal (CTRL+ALT+T) and enter the following commands:

 wget https://downloads.vivaldi.com/stable/vivaldi-stable_1.11.917.43-1_amd64.deb  

Replace the above link with the link you copied in Step 1.

 sudo dpkg -i vivaldi-stable_1.11.917.43-1_amd64.deb  

You can start Vivaldi from your browser by entering:

 $ vivaldi  

If in any caseyou would like to REMOVE Vialdi, please enter the commands below:

 sudo apt-get remove vivaldi*  

Tuesday, October 6, 2015

Shortcut To View Extension In Opera Browser

Open you Opera browser and enter the line below in your Address bar:

 opera://extensions  

Tuesday, August 19, 2014

How to Fix Helvetica Neue Font Issue in Facebook while using Google Chrome/Windows 7

You might have installed the ever so beautiful and elegant font Helvetica and it's family viz. Helvetica Neue and then seen a queer font-face in Chrome, as in the image below:

  

Searching for a fix I even tried the commonly suggested solution:

Permanent Solution:

The permanent solution is nothing but deleting the font which I guess you don’t want to.

To delete a font, you must restart your PC in safe mode and then delete the font by deleting it from Control Panel.

Temporary Solution:

This solution is also a kind of permanent solution. In this method we are going to alter the Chrome file a little bit.

Open your Windows Explorer and then go to C:\Users\[YourName]\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets\custom.css

You can use Notepad to open the .css file. After opening the file, you just need to add two lines which is written below.


@font-face { font-family: ‘helvetica neue’; src: local(‘Arial’); }

@font-face { font-family: ‘helvetica neue’; font-weight:bold; src: local(‘Arial’); }


 But even this solution didn't quite resolve my issue, mainly with Facebook.

And after some more searching I came across this Chrome extension called Facebook Font Changer which eventually resolved my problem. Install this extension and chose the font of your choice.  You can see the issue resolved in the image below.


Note: 
1. Pirated fonts might also be the culprit to this bug.

Top 5 Posts (Weekly)