Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Mozila Upgrade

Ask for help with issues regarding the Installations of the Debian O/S.
Message
Author
User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Mozila Upgrade

#21 Post by Head_on_a_Stick »

^ && ^^ you might see some benefit from also applying hintslight — that's how Ubuntu ship their desktops.

Here's BunsenLabs' fonts.conf, it works very well indeed:

https://raw.githubusercontent.com/Bunse ... fonts.conf
deadbang

Bulkley
Posts: 6386
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: Mozila Upgrade

#22 Post by Bulkley »

BunsenLabs' fonts.conf, it works very well indeed
Yes it does. Thanks.

kepler19
Posts: 83
Joined: 2016-10-15 10:52

Re: Mozila Upgrade

#23 Post by kepler19 »

L_V wrote:
Bulkley wrote:Firefox does a better job of rendering fonts.
Try with this ~/.config/fontconfig/fonts.conf

Code: Select all

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
 <!-- Reject bitmap fonts in favour of Truetype, Postscript, etc. -->
 <selectfont>
  <rejectfont>
   <pattern>
    <patelt name="scalable">
     <bool>false</bool>
    </patelt>
   </pattern>
  </rejectfont>
 </selectfont>
 <match target="font">
  <edit name="rgba" mode="assign">
   <const>none</const>
  </edit>
 </match>
 <match target="font">
  <edit name="antialias" mode="assign">
   <bool>true</bool>
  </edit>
 </match>
</fontconfig>
where should put it on Firefox config?
It's not the answers that matter, it's the questions.

L_V
Posts: 1477
Joined: 2007-03-19 09:04
Been thanked: 11 times

Re: Mozila Upgrade

#24 Post by L_V »

kepler19 wrote:where should put it on Firefox config?
Not in Fx config.
It's a general setting: ~/.config/fontconfig/fonts.conf

Post Reply