Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 31

Thread: Weird font display issue in Firefox 3.6

  1. #11
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Weird font display issue in Firefox 3.6

    Quote Originally Posted by lovinglinux View Post
    .........
    Please report if that works or not. It seems this will be a very common question.
    Ever since FF 3.5 when they decided to no longer use the actual Gnome font aliasing settings you set for the rest of your Ubuntu system - which still actually works in FF 3.0.x.

    It is a common question because the FF developers basically broke the link between FF and the way Ubuntu controls these things.
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

  2. #12
    Join Date
    Jun 2008
    Location
    FRANCE
    Beans
    17

    Talking Re: Weird font display issue in Firefox 3.6

    [delete this plz], don't know how to delet]
    Last edited by yyka; January 24th, 2010 at 12:12 PM.

  3. #13
    Join Date
    Jun 2008
    Location
    FRANCE
    Beans
    17

    Re: Weird font display issue in Firefox 3.6

    Quote Originally Posted by lovinglinux View Post
    Try this:

    Code:
    gedit ~/.fonts.conf
    then replace the content of that file with this:

    Code:
    <?xml version='1.0'?>
    <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
    <fontconfig>
     <match target="font" >
      <edit mode="assign" name="rgba" >
       <const>none</const>
      </edit>
     </match>
     <match target="font" >
      <edit mode="assign" name="hinting" >
       <bool>true</bool>
      </edit>
     </match>
     <match target="font" >
      <edit mode="assign" name="hintstyle" >
       <const>hintslight</const>
      </edit>
     </match>
     <match target="font" >
      <edit mode="assign" name="antialias" >
       <bool>true</bool>
      </edit>
     </match>
    </fontconfig>
    Save it and restart Firefox.

    Please report if that works or not. It seems this will be a very common question.
    hey, ! big up for your tip !

    "works like a charm " as you say in Usa , very good , I'm search for this for about 2 days ! your .fonts.conf is excelent for me.....



    thanks you

  4. #14
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Weird font display issue in Firefox 3.6

    Quote Originally Posted by yyka View Post
    hey, ! big up for your tip !

    "works like a charm " as you say in Usa , very good , I'm search for this for about 2 days ! your .fonts.conf is excelent for me.....



    thanks you
    You are welcome. It isn't actually mine. I took that from the forums a while back and can remember from where. So I just posted the one I use

  5. #15
    Join Date
    Jun 2007
    Beans
    59

    Re: Weird font display issue in Firefox 3.6

    Ok, so no help from that you posted
    Making .fonts.conf and rebuilding fonts made it actually even worse in firefox 3.6 and 3.7 I removed .fonts.conf and rebuilded again. So, now I have ugly fonts in 3.6 but normal in 3.7. Any other guesses how to fix that? :-/

    Attached image: 3.7 vs 3.6
    Attached Images Attached Images

  6. #16
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Weird font display issue in Firefox 3.6

    Quote Originally Posted by Michalxo View Post
    Any other guesses how to fix that? :-/
    Nope.

  7. #17
    Join Date
    Jun 2008
    Location
    FRANCE
    Beans
    17

    Re: Weird font display issue in Firefox 3.6

    [QUOTE=. So, now I have ugly fonts in 3.6 but normal in 3.7. Any other guesses how to fix that? :-/

    [/QUOTE]

    so only use firefox 3.7 , why not ?

  8. #18
    Join Date
    Jan 2010
    Location
    OKC
    Beans
    45
    Distro
    Ubuntu

    Re: Weird font display issue in Firefox 3.6

    hey, ! big up for your tip !

    "works like a charm " as you say in Usa , very good , I'm search for this for about 2 days ! your .fonts.conf is excelent for me.....



    thanks you
    I can't really tell the difference.
    Ubuntu is like a cup of Joe. Never enough.

  9. #19
    Join Date
    Jun 2007
    Beans
    59

    Re: Weird font display issue in Firefox 3.6

    Quote Originally Posted by yyka View Post
    so only use firefox 3.7 , why not ?
    I am using chromium, but I prefer "stable" releases a bit more over instable and 3.7 is not that good... and this problem may arise in more PCs then only in mine.. I can be wrong though

    lovinglinux - thanks anyway

  10. #20
    Join Date
    Jun 2007
    Beans
    59

    Re: Weird font display issue in Firefox 3.6

    Interesting thing is, that I have similar ugly fonts in VLC too.
    Attached Images Attached Images

Page 2 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •