<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Sean Carolan wrote:
<blockquote
cite="mid:277020fc0801061014h43acb721n614e25dfec8c8649@mail.gmail.com"
type="cite">
<blockquote type="cite">
<pre wrap="">ctrl-+ will increase the font size in FFx or ctrl while moving mouse scroll
wheel will do the same thing.
</pre>
</blockquote>
<pre wrap=""><!---->
Ok, I have this same problem as well, but doing CTRL + or mouse scroll
wheel makes some fonts gigantic, while others only get a little big
bigger. The end result is that many poorly designed websites no
longer render well, with GUI options missing or unreadable because the
text has scrolled off the side of the button.
Why is is that even though I have msttcorefonts installed I cannot get
Firefox on Linux to look as good? The default settings on Windows
look nice and sharp, and quite readable with no tweaking. On the
Linux side of things, not so much. I have even tried duplicating the
exact settings I had on Windows but to no avail.
Firefox on Ubuntu seems to look a bit better than FF on CentOS though.
</pre>
</blockquote>
My fonts are quite sharp, but I tweaked things a bit. Not sure where I
got this from, but it seems to work for me. Be sure to back up your
.fonts.config file first, just on case.<br>
<br>
Make a new text file in your home folder and name if .fonts.config two
dots as it's a hidden file. Place this text in it. You'll probably
have to log-out and -in again to make it work...<br>
<br>
**************************<br>
<?xml version="1.0"?><br>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"><br>
<fontconfig><br>
<match target="font" ><br>
<edit mode="assign" name="rgba" ><br>
<const>rgb</const><br>
</edit><br>
</match><br>
<match target="font" ><br>
<edit mode="assign" name="hinting" ><br>
<bool>true</bool><br>
</edit><br>
</match><br>
<match target="font" ><br>
<edit mode="assign" name="hintstyle" ><br>
<const>hintslight</const><br>
</edit><br>
</match><br>
<match target="font" ><br>
<edit mode="assign" name="antialias" ><br>
<bool>true</bool><br>
</edit><br>
</match><br>
</fontconfig><br>
**************************<br>
<br>
I hope this works for you... :@)<br>
<br>
<pre class="moz-signature" cols="72">--
Blessings
Wulfmann
Wulf Credo:
Respect the elders. Teach the young. Co-operate with the pack.
Play when you can. Hunt when you must. Rest in between.
Share your affections. Voice your opinion. Leave your Mark.
</pre>
</body>
</html>