[SOLVED] Firefox Font Issues (Blurry, Font Settings Ignored)

Questions about applications and software
Forum rules
Before you post please read this

[SOLVED] Firefox Font Issues (Blurry, Font Settings Ignored)

Postby Gav80K on Mon May 21, 2012 10:45 am

I'm new to Linux and started out by trying to configure the fonts to my preferences. I'm using the MATE version of Mint 13 RC and have set the Application, Document, Desktop and Window Title fonts to Tahoma 8, and set the font rendering to Monocrhome.

All the applications I've checked (Libre Office, Opera, Caja etc) are using the fonts I set in the Appearance Preferences, with the exception of Firefox, which is using its own (hard to read) font in menus and dialog boxes:

Image

How can I get Firefox to use the fonts I set in Appearance Preferences?


I'm also having another issue with Firefox where the fonts on web pages are extremely blurry and hard to read. I looked what the font settings Firefox used in Windows and found it to be:

Default: Times New Roman
Proportional: Serif
Serif: Times New Roman
Sens Serif: Arial
Monospace: Courier New

I tried setting these fonts in Mint Firefox but website fonts are still extremely blurry (Windows left, Mint right):
Image

Opera under Mint looks largely the same as Firefox under Windows, so it looks like its' a problem with Firefox under Mint.

It's not unique to one website, and I'm seeing blurry fonts everywhere in Firefox Mint. This makes Firefox pretty much unusable under Mint, but since Firefox is my preferred browser I'd like to be able to fix it.

Any idea how to fix the font rendering in Firefox?

Thanks for any advice you can offer.
Last edited by Gav80K on Mon May 21, 2012 3:21 pm, edited 1 time in total.
Gav80K
Level 1
Level 1
 
Posts: 3
Joined: Mon May 21, 2012 9:59 am

Linux Mint is funded by ads and donations.
 

Re: Firefox Font Issues (Ignoring System Fonts, Blurry Fonts

Postby wasicu on Mon May 21, 2012 1:10 pm

Have you told Firefox NOT to use the page's fonts? This is how I have mine set:

https://www.dropbox.com/s/hns4pyp7wpwiqmh/firefox-fonts.png
wasicu
Level 1
Level 1
 
Posts: 15
Joined: Mon May 07, 2012 10:15 am

Re: Firefox Font Issues (Ignoring System Fonts, Blurry Fonts

Postby nomko on Mon May 21, 2012 1:23 pm

wasicu wrote:Have you told Firefox NOT to use the page's fonts? This is how I have mine set:

https://www.dropbox.com/s/hns4pyp7wpwiqmh/firefox-fonts.png


isn't that a standard setting of Firefox??
*ASUS P5KPL-AM SE*Intel Core(TM)2 Quad CPU Q8200*4 GiB ram*nVidia GeForce 9500GT*Realtek RTL8101/8102E*RaLink RT2500 802.11g*Optiarc DVD RW AD-7200A*HDD:Samsung HD501LJ/HD103SI*Mint 14/Cinnamon*

Dutch Linux Mint forum:http://forum.linuxmint-nl.org/
User avatar
nomko
Level 6
Level 6
 
Posts: 1035
Joined: Sat Feb 25, 2012 7:28 pm
Location: /home/nomko

Re: Firefox Font Issues (Ignoring System Fonts, Blurry Fonts

Postby rivenathos on Mon May 21, 2012 2:17 pm

This is the method I have used for making Firefox fonts play nicely. It works for me. Might work for you. Might not.

Basically, in Terminal, enter:

Code: Select all
gksudo nautilus


Find:
Code: Select all
/etc/fonts/conf.d


Then, delete the three files that start with a 10. Yes, delete them.

Once deleted, close the Terminal, open it back up, and key in:

Code: Select all
sudo dpkg-reconfigure fontconfig


Once you restart Firefox, you should see an improvement in your font rendering. Good luck.
Linux Mint Xfce 64-bit and Debian 6 "Squeeze" GNOME 64-bit
User avatar
rivenathos
Level 6
Level 6
 
Posts: 1067
Joined: Wed May 06, 2009 7:32 am
Location: USA

Re: Firefox Font Issues (Ignoring System Fonts, Blurry Fonts

Postby Gav80K on Mon May 21, 2012 3:19 pm

rivenathos, thanks a lot for the help. That solved both problems. Font's in the menus and on web pages are now completely clear.

It's a shame it doesn't work straight out the box. Problems like this can be rather off putting to a new user. I'd spent hours searching for and trying out various suggestions I'd seen on other sites, but unti now none of them had worked. I was on the verge of giving up completely.

Thanks again for the help.
Gav80K
Level 1
Level 1
 
Posts: 3
Joined: Mon May 21, 2012 9:59 am

Re: [SOLVED] Firefox Font Issues (Blurry, Font Settings Igno

Postby rivenathos on Mon May 21, 2012 4:36 pm

Gav80K,

I completely agree that this little niggle can be off-putting to newcomers. I am glad my previous research into fonts was able to help you fix your problem.

This Firefox font issue originally happened to me back back around version 3, and it bothered me something awful. I searched and searched until I found the method I shared with you. Ever since then, whenever I install Linux Mint with Firefox on systems, this little fix is part of my automatic routine. It works in Ubuntu, also.

On a side note, Iceweasel (the Debian version of Firefox) does not have this font issue out of the box. Someone somewhere fixed it way back when. Just FYI.

Oh yeah, by the way, welcome to Linux Mint! I should have said that earlier, but I did not notice it was your first post in the forum.
Linux Mint Xfce 64-bit and Debian 6 "Squeeze" GNOME 64-bit
User avatar
rivenathos
Level 6
Level 6
 
Posts: 1067
Joined: Wed May 06, 2009 7:32 am
Location: USA

Re: [SOLVED] Firefox Font Issues (Blurry, Font Settings Igno

Postby rivenathos on Mon May 21, 2012 4:58 pm

Just for my knowledge and future reference, if anyone else reading this thread uses this method and finds it does not work, please let me know via PM. I do not wish to suggest any methods that no longer work. Thanks!
Linux Mint Xfce 64-bit and Debian 6 "Squeeze" GNOME 64-bit
User avatar
rivenathos
Level 6
Level 6
 
Posts: 1067
Joined: Wed May 06, 2009 7:32 am
Location: USA

Re: [SOLVED] Firefox Font Issues (Blurry, Font Settings Igno

Postby Gav80K on Mon May 21, 2012 6:29 pm

rivenathos wrote:On a side note, Iceweasel (the Debian version of Firefox) does not have this font issue out of the box. Someone somewhere fixed it way back when. Just FYI.

I saw Iceweasel suggested as a solution on another site, but when i tried apt-get install iceweasel it instead installed Firefox:

Code: Select all
Note, selecting 'firefox' instead of 'iceweasel'
firefox is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 98 not upgraded.

apt-cache search iceweasel also returns Firefox so I assumed iceweasel had been abandoned. I probably should have looked into it more, but at the time I thought that all applications were in the repository. I've now realised that's not the case, and many of the file managers I've been trying weren't in the repository and had to be downloaded from the websites.

rivenathos wrote:Oh yeah, by the way, welcome to Linux Mint! I should have said that earlier, but I did not notice it was your first post in the forum.

Thanks a lot. It's pretty confusing whe you've been using Windows for 20 years. I don't know what I'm doing, don't know where any of the files are and am having trouble with concepts like file permissions, but I'll just pick things up slowly.

With the direction Microsoft is taking Windows 8 in, learning to use Linux is pretty much essential :)
Gav80K
Level 1
Level 1
 
Posts: 3
Joined: Mon May 21, 2012 9:59 am

Re: [SOLVED] Firefox Font Issues (Blurry, Font Settings Igno

Postby Dry Lips on Wed May 30, 2012 3:32 pm

I also just wanted to say thanks to rivenathos! I had the same problem, and the solution you came up with worked perfectly! 8)

Thanks!
User avatar
Dry Lips
Level 2
Level 2
 
Posts: 75
Joined: Sun Oct 02, 2011 11:22 am

Re: [SOLVED] Firefox Font Issues (Blurry, Font Settings Igno

Postby guimaster on Tue Jul 24, 2012 1:08 am

Can't you just navigate to your Home folder and delete "Fonts.conf" to fix this problem? That worked for me.

This is a regular problem with KDE after any sort of change to the desktop themes. I don't know if that fix will work in Mint KDE, but it worked for Ubuntu with KDE installed along-side Unity.
guimaster
Level 1
Level 1
 
Posts: 48
Joined: Sat Nov 20, 2010 2:16 am

Linux Mint is funded by ads and donations.
 

Return to Software & Applications

Who is online

Users browsing this forum: OldManHook and 12 guests