Firefox 9.0: Font matching is broken

I have, among other the following font substitution in .fonts.conf:
<match target="pattern" name="family" >
<test name="family" qual="any" >
<string>Verdana</string>
</test>
<edit name="family" mode="assign">
<string>DejaVu Sans</string>
</edit>
</match>
[me@mycroft ~]$ fc-match Verdana
DejaVuSans.ttf: "DejaVu Sans" "Book"
I don't have the Microsoft fonts installed, and have similar substitutions for the other common web fonts and on Firefox 8 or on Epiphany this works wonderfully. On Firefox 9, however, some websites look really absolutely horrible.
When I test on http://www.w3schools.com/css/tryit.asp? … ont-family  with the following snippit I get:
<html>
<head>
<style type="text/css">
p.sansserif{font-family:Verdana;}
</style>
</head>
<body>
<h1>CSS font-family</h1>
<p class="sansserif">This is a paragraph, shown in the Verdana or Dejavu Sans font.</p>
</body>
</html>
This is wat it should look like (Firefox 8 or Epiphany):
This is what I get on Firefox 9.0:
This is not Dejavu Sans!!!
Obvious bug in Firefox ?

lolilolicon wrote:
Leviathan1 wrote:I have filed the following bugzilla report:
https://bugzilla.mozilla.org/show_bug.cgi?id=712900
But you seem to be giving the wrong version there:
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0.1) Gecko/20100101 Firefox/8.0.1
I entered the report on Firefox 8, and the user agent string was added automatically.

Similar Messages

  • I installed Armenian fonts in my computer (Foreign font) and now firefox displays these fonts instead of English fonts

    I installed Armenian fonts in my computer (Foreign font) and now firefox displays these fonts instead of English fonts

    You can try to clear the font cache(s).
    * http://www.creativetechs.com/iq/garbled_fonts_troubleshooting_guide.html - CreativeTechs Tips: Garbled Fonts Troubleshooting Guide
    * http://www.thexlab.com/faqs/multipleappsquit.html - Font Book 2.0 Help: Checking for damaged fonts

  • Can someone please tell me the default Firefox settings for Fonts and sizes (the advanced font settings, too)? I started playing around with mine and now I just want them back to normal, but there's no reset button for fonts, just the zoom features. Help!

    Under "Firefox," "Preferences," and then "Fonts and Colors" there is a setting that I would like to know the default for, as well as all of those that you see when you select the "Advanced" button for Fonts.

    You can see the defaults in a screenshot in this KB article: [[Some text shows up bold after upgrade]]<br />
    You can check the font setting in: Firefox > Preferences > Content : Fonts & Colors: Advanced
    <br />
    Default Font: Times New Roman (16)
    <br />
    Fonts for : Western
    <br />
    Proportional: Serif (16)
    Serif : Times New Roman
    Sans-serif : Arial
    Monospace : Courier New (13)

  • Bangla font is not seen appropriately in firefox, but bangla font is seen in safari

    In my computer Bangla font is not seen appropriately in firefox, but bangla font is seen in safari. It is also noted that bangla font is available in my computer.

    I get a 500 error and the source code (right-click "View source code") show an incomplete HTML code.
    I've tried Firefox and wget (a command line tool to retrieve web pages and files). Both lead to 500 server error.
    For some reason, Chrome doesn't shows any error, but it seems that there's some configuration in your web server or in Wordpress.

  • [Solved]Firefox 3.5 Fonts gone wrong

    Since the upgrade to 3.5 my firefox fonts have messed up. Seems to be a problem with hinting not being taken from gnome font preferences no-more.
    I updated cairo and applied the lcd patch to it myself but firefox fonts still remain the same.
    I have read ppl on ubuntu have had the same problem but the fix found there wont work with arch.
    Any ideas?
    Last edited by Andy Mack (2009-07-15 15:47:42)

    Here's another example.  I have completely stripped ~/.fonts.conf to contain only the basic settings (no exceptions, conditions, etc.):
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <match target="font">
    <edit name="antialias" mode="assign"><bool>false</bool></edit>
    <edit name="autohint" mode="assign"><bool>false</bool></edit>
    <edit name="hinting" mode="assign"><bool>false</bool></edit>
    <edit name="hintstyle" mode="assign"><const>hintnone</const></edit>
    <edit name="rgba" mode="assign"><const>none</const></edit>
    </match>
    </fontconfig>
    And here's the result:
    Note that hinting is still being applied to the fonts even though it has been disabled in fontconfig.
    Applying the above rules to the system-wide /etc/fonts/conf.d location produces the exact same result.  Here's what is linked there now (and I've moved everything out of here too and it made no difference):
    $ ls -l /etc/fonts/conf.d/
    total 4
    lrwxrwxrwx 1 root root 39 2009-06-13 11:08 20-fix-globaladvance.conf -> ../conf.avail/20-fix-globaladvance.conf
    lrwxrwxrwx 1 root root 39 2009-06-13 11:08 20-unhint-small-vera.conf -> ../conf.avail/20-unhint-small-vera.conf
    lrwxrwxrwx 1 root root 42 2009-06-13 11:08 29-replace-bitmap-fonts.conf -> ../conf.avail/29-replace-bitmap-fonts.conf
    lrwxrwxrwx 1 root root 36 2009-06-13 11:08 30-metric-aliases.conf -> ../conf.avail/30-metric-aliases.conf
    lrwxrwxrwx 1 root root 33 2009-06-13 11:08 30-urw-aliases.conf -> ../conf.avail/30-urw-aliases.conf
    lrwxrwxrwx 1 root root 30 2009-06-13 11:08 40-nonlatin.conf -> ../conf.avail/40-nonlatin.conf
    lrwxrwxrwx 1 root root 27 2009-06-13 11:08 45-latin.conf -> ../conf.avail/45-latin.conf
    lrwxrwxrwx 1 root root 31 2009-06-13 11:08 49-sansserif.conf -> ../conf.avail/49-sansserif.conf
    lrwxrwxrwx 1 root root 26 2009-06-13 11:08 50-user.conf -> ../conf.avail/50-user.conf
    lrwxrwxrwx 1 root root 27 2009-06-13 11:08 51-local.conf -> ../conf.avail/51-local.conf
    lrwxrwxrwx 1 root root 27 2009-06-13 11:08 60-latin.conf -> ../conf.avail/60-latin.conf
    lrwxrwxrwx 1 root root 35 2009-06-13 11:08 65-fonts-persian.conf -> ../conf.avail/65-fonts-persian.conf
    lrwxrwxrwx 1 root root 30 2009-06-13 11:08 65-nonlatin.conf -> ../conf.avail/65-nonlatin.conf
    lrwxrwxrwx 1 root root 29 2009-06-13 11:08 69-unifont.conf -> ../conf.avail/69-unifont.conf
    lrwxrwxrwx 1 root root 31 2009-06-13 11:08 80-delicious.conf -> ../conf.avail/80-delicious.conf
    lrwxrwxrwx 1 root root 31 2009-06-13 11:08 90-synthetic.conf -> ../conf.avail/90-synthetic.conf
    -rw-r--r-- 1 root root 959 2008-07-06 15:08 README
    I run a minimal X desktop (dwm). No gnome-settings-daemon.  No font settings declared in .Xdefaults either.  I manage everything via ~/.fonts.conf and every other application looks great.
    Last edited by thayer (2009-07-08 19:37:29)

  • [SOLVED] Firefox and bad fonts

    I would like to start using Firefox and its excellent plugins, but the only thing that prevents me are the fonts. They seem plain evil!
    They are fuzzy and somehow too large and CTRL++ or CTRL+- won't help with the look. Take a loot at these:
    Firefox: fonts are fuzzy and some characters are looking like painted - see the copyright sign for example! :evil: Also the distance between different characters in a word doesnt seem to be equal all the times and that makes it hard to grasp the word.
    Mozilla Suite: crisp and clear
    I think it is somehow xft - related, because I downloaded the standard Mozilla suite build and it also had these awful fonts and then tried the non-xft build and fonts were ok. In Appearance-Fonts they are described as Serif -> adobe-times-iso8859-1, Sans-serif -> adobe-helvetica-iso8859-1 and so on. How could I get these fonts appear in Firefox, too?
    I have tried to compile Firefox myself with disable-xft option, but it fails with an error about gtk not being found in pkgconfig path.

    What you call "crisp", I just call "aliased". The fonts in Opera are also aliased, which makes them look poor. Your Firefox's fonts look nice, except the fact that the autohinter is making them look sloppy. Comment that part out and see how it looks.
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <!-- /etc/fonts/local.conf file for local customizations -->
    <fontconfig>
    <!--Use the Auto-Hinter-->
    <!--<match target="pattern">
    <edit name="autohint" mode="assign">
    <bool>true</bool>
    </edit>
    </match>-->
    <!--
    Disable anti-aliasing for fonts that are size <=12
    <match target="pattern">
    <test qual="any" name="size" compare="less_eq">
    <int>12</int>
    </test>
    <edit name="antialias" mode="assign"><bool>false</bool></edit>
    </match>
    -->
    <!--
    Enable sub-pixel rendering
    <match target="font">
    <test qual="all" name="rgba">
    <const>unknown</const>
    </test>
    <edit name="rgba" mode="assign"><const>rgb</const></edit>
    </match>
    -->
    </fontconfig>
    Cheers.

  • How do I change the fonts on the main page.My fonts have recently changed without my doing anything. They are like 6 point instead of the 12 I am used to. Email font is now huge. Is this an ATT/Yahoo problem or Firefox. Safari fonts seem to be o.k.

    How do I change the fonts on the home page? They recently shrank from 12 to very tiny..(6 pt?). I did nothing to change them, but after the event tried to change them using "preferences-Fonts"which had no effect. ATT seems to have made a change in their email. The fonts in the email are now huge (18 pt?). This could be an ATT/Yahoo problem with Mac, although Safari seems to be working o. k.

    Jim, extensions are also add-ons. Add-ons include extensions, themes and plugins.
    Whenever you have a problem with Firefox, whatever it is, you need to make sure it's not coming from one of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] and select ''Disable all add-ons''. If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and theme. You can troubleshoot plugins the same way.
    If you want support for one of your add-ons, you'll need to contact its author.

  • My site previews fine in live, explorer and firefox, but the fonts are extra large and bold on chrome, this is my first site, please assist. I will be happy to provide screenshots and code or css  sheets.

    Working on my first site, Am getting different previews. Chrome tends to make the font big and bold while all other browsers work fine. Here is what the preview looks like in chrome followed by the firefox preview. I have my CSS and HTML code sheets below. Am also having a hard time centering the navigation links, they are a little closer to top of the navigation div than the bottom. Any assistance will be appreciated. Please feel free to point any other errors, am sure there is some in there.
    @charset "utf-8";
    body {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      color: 151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: EFF5F8;
    #banner {
    #wrapper {
      background-color: rgba(255,255,255,1.00);
      width: 100%;
      min-width: 740px;
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto;
    #sidebar img {
      max-width: 100%;
    #wrapper #banner img {
      max-width: 100%;
    h1, h2 {
      color: #3399CC;
      font-family: source-sans-pro;
      font-style: normal;
      font-weight: 600;
    h1 {
      font-size: 40px;
      text-align: center;
      margin-top: 0px;
      margin-bottom: 0px;
    #hero {
      float: left;
      width: 58%;
      margin-left: 2%;
    #sidebar {
      width: 34%;
      margin-left: 4%;
      float: left;
    #footer {
      float: left;
      clear: left;
      padding-left: 2%;
      background-color: #43A6CB;
      color: #FFFFFF;
      text-align: center;
      width: 100%;
    a {
      text-decoration: none;
      font-weight: bold;
    a:link {
      color: #FF6600;
    a:visited {
      color: #FF6600;
    a:hover, a:active, a:active {
      color: #7F3300;
      text-decoration: underline;
    #navigation ul {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding-top: 10pm;
      padding-right: 5px;
      padding-bottom: 10px;
      padding-left: 5px;
      text-align: center;
      color: rgba(51,153,204,1.00);
    #navigation {
      background-color: #4D4D4D;
      color: #FFFFFF;
      text-transform: uppercase;
    #navigation li {
      display: inline;
      padding-top: 15px;
      padding-right: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
      margin-top: 10pm;
      margin-right: 10pm;
      margin-bottom: 10pm;
      margin-left: 10pm;
      clear: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      color: rgba(194,209,221,1.00);
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    Here is the code:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>4gals Computer Service Home</title>
    <link href="main.css" rel="stylesheet" type="text/css">
    <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/source-sans-pro:n2,n6:default.js" type="text/javascript"></script>
    </head>
    <body>
    <div id="wrapper">
      <div id="banner"><img src="Images/banners/4gals banner.jpg" alt=""/></div>
      <div id="navigation">
        <ul>
          <li><a href="index.html" title="4gals Computer Services Main Page" target="_self">Main</a></li>
          <li><a href="contact.html" title="4gals Computer Services Contact Page" target="_self">Contact</a></li>
          <li><a href="appointments.html" title="4gals Computer Services, Service Request Form" target="_self">Service</a></li>
          <li><a href="helpful-tips.html" title="4gals Computer Services Helpful tips" target="_self">Tips</a></li>
          <li><a href="meet-the-gals.html" title="Meet Our Daughters; The 4gals" target="_self">4gals</a></li>
        </ul>
      </div>
      <div id="hero">
        <h1>Computer Service For Families and Small Businesses</h1>
        <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
        <h2> </h2>
      </div>
      <div id="sidebar">
        <h2>Call us for today for same-day service!</h2>
        <p><img src="Images/iphone-5_03.jpg" alt=""/></p>
        <p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from &quot;de Finibus Bonorum et Malorum&quot; by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>
      </div>
      <div id="footer">Copyright 2014 &copy; Web design by a-loum</div>
    </div>
    </div>
    <p> </p>
    <h1> </h1>
    <p> </p>
    <p> </p>
    <p> </p>
    </body>
    </html>

    Starting with this, you have errors in your CSS code.
    body {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      color: 151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: EFF5F8;
    body {
      margin:0;
      color: #151515;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
      background-color: #EFF5F8;
      font-size: 100%;
    Related links:
    Windows Chrome, why do my fonts look so bad? - Lee Green
    css3 - Bad font rendering Chrome - Stack Overflow
    Nancy O.

  • Firefox not displaying fonts and sizes properly

    In firefox the fonts are not displaying properly they are either bold or small and bold some text is displayed normally but most is not most is either really small or bold. This is also the case for IE, im on windows 7 running latest versions. However Chrome, Opera and Safari all display correct fonts and sizes it is just firefox and IE that are affected. And yes everything from font size to page size is at default so please dont reply with zoom in and out thanks.

    Hey thanks for the reply. Not sure which one of these worked nothing changed until I restarted firefox.
    You can try different default fonts.
    Tools > Options > Content : Fonts & Colors > Advanced
    [ ] "Allow pages to choose their own fonts, instead of my selections above"
    You can also try to disable hardware acceleration.
    Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    But it is back to how it was thank you very much!

  • After updating to Firefox 4, the font size in my gmails are smaller. I need to get the larger size back. How?

    On both the listing of gmails and the size of the font when gmails are opened, the font size is smaller than prior to upgrading to Firefox 4. I did not change any settings. I cannot see where I can change this back to larger fonts. Help?

    The page may have been zoomed out. With Gmail on display try using the keyboard shortcut Control+0 (zero) to reset page zoom.
    For more details on using page zoom see https://support.mozilla.com/kb/Page+Zoom

  • Firefox not displaying fonts correctly

    I'm trying out iweb and a .mac site for displaying my photographs. However I change the font to what I want in iweb and the page looks ok, but when I view it in Firefox the fonts are bold and thick and quite ugly. Doesn't happen in Safari, but I don't use Safari much, I prefer Firefox.
    Is it a Firefox issue or an iweb issue? What can I do to get the style I want on my website?
    Any ideas would be great thank you.

    I do know that firefox does not do shadowed effects among a few others. I inquired about it a few months ago and they said that they just don't support effect like that currently. They do have a message board, you should ask about it.
    For example: Check this site out on both browsers... Quite a difference! http://777developmentgroup.com/Home.html

  • Even with "Allow pages to use their own fonts" enabled, firefox sill dictates fonts on some sites. WTF.

    I built my website to show some work I did, everything was fine in firefox 3.6 but i upgraded today and now the font styles i wrote into the page are being overridden somehow.
    Yes, i checked allow pages to use their own fonts.

    That should work unless the specified font is missing or corrupted and in that case you need to (re)install that font.

  • Firefox's interface font is stuck, and changing it in the Content Tab does nothing.

    Firefox is stuck using a custom system font I use that uses all caps, and it's proving to be really annoying when I try to input passwords and such. Changing the font in Firefox fixes nothing, changing the system font doesn't change the font under Firefox, either. It's just stuck.

    Ok this is the render menu in 32 bit mode. Annndddd...
    I noticed there is still the 'x64' beneath CS' title... is that supposed to be there when you boot in 32 bit mode? Or could it be that my CS just isn't loading in 32 bit?
    Anyway thanks for replying!

  • Firefox is replacing fonts with a handwriting scribble font

    today, I have opened up firefox and some sites I am building (using georgia as font) look odd. Firefox is replacing all instances with a terrible scribble hand drawn font. This is only happening on this machine and only in firefox. Safari on this same machine is fine. Firefox on my other laptop is fine too. It's not only my sites either, the entore firefox site (including this page) is in the same awful hard to read font. I thought it might be alocal font issue but it has only just started happening and the fonts work fine in safari.
    Please help!!
    jon

    You can do a check for corrupted fonts and other font issues:
    * http://www.creativetechs.com/iq/garbled_fonts_troubleshooting_guide.html - CreativeTechs Tips: Garbled Fonts Troubleshooting Guide
    * http://www.thexlab.com/faqs/multipleappsquit.html - Font Book 2.0 Help: Checking for damaged fonts

  • Newbie - Maybe a Font Match Problem?

    Hi guys,
    It´s me again...sending an image to explain the problem better.
    http://www.pixentral.com/show.php?picture=1rgPH51KBCynqFffB8N7nWQ8IXNy0
    The report´s font is Helvetica Neue (a postcript type) however the Character right shows me Helvetica T1 (true type, i guess) and inside a brackets like the found is not active. I dunno why, because i did deactivate ALL Helvetica fonts and only activate the Postcript they sent me. It is like the report does not find the right font....is it? or InDesign replace it for a similar match. I have to use the same font because other collegues are using the postscript font as well.
    Maybe is something quite easy to solve. I wouldn´t like to change one by one.
    Thanks and cheers,
    Sebastiao

    [OT] = OpenType
    [TT] = TrueType
    [T1] = Type 1/Postscript
    The font it is looking for is your Postscript Helvetica Neue Font Family, using a font face named 55 Roman.
    Verify you have the correct font family and font face active.
    Does the font show up as missing (yellow triangle) in the Find Fonts dialog? That should be an easy way to correct it throughout the document.
    -mt

Maybe you are looking for

  • How do I move my itunes library to a new computer

    how do I move my itunes library to a new computer I now have a HP with Windows 8 and need to move my itunes library from my Lenovo..

  • *** Reading from a file with tags ***

    Hi guys, I don't know if it is possible, but can you read from a file that contains tags? For example, say i want to write a simple program that just outputs the details of a person that it reads in from someFile.dat someFile.dat <DETAILS> <NAME> Nap

  • ITunes misinterprets size of iPod...

    I have a 20gb 4th gen iPod with a click wheel and for the last 2 years it has been working fine. Now, I think since the iTunes 7 update iTunes thinks that the iPod is bigger than it is... For example on the special iPod info page in iTunes it says at

  • Using DFS-R to replicate VHD and VHDX Files

    Hello - I am trying to find a solution to replicate VHD files and VHDX files between two data centers. I'm deploying the solution using Windows Server 2012. The VHD files are not virtual machines, they are simply storage areas (one for each user) tha

  • Production Order Settlement Question

    Hi all, When I create a production order and look up the material costs associated with this order I see Raw material 1          10.00 Raw material 2          15.00 Raw material 3            5.00 Finished product 1     27.00 -