Re: Dillo + Netsurf broken fonts (sparc64)
Paolo Vincenzo Olivo <[email protected]> Tue, 6 Jan 2026 09:06:00 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.user,gmane.os.netbsd.ports.sparc64 |
|---|---|
| Organization | SDF Public Access UNIX System |
| Message-ID | <[email protected]> |
On 25/11/09 09:41AM, Sad Clouds wrote: > > You can try playing around with settings in .fonts.conf and see if > that helps. Below is what I normally use on Linux: > > $ cat .fonts.conf > <?xml version="1.0"?> > <!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> > <fontconfig> > > <match target="font"> > <edit name="antialias" mode="assign"><bool>true</bool></edit> > <edit name="autohint" mode="assign"><bool>true</bool></edit> > <edit name="hinting" mode="assign"><bool>true</bool></edit> > <edit name="hintstyle" mode="assign"><const>hintfull</const></edit> > <edit name="rgba" mode="assign"><const>none</const></edit> > <edit name="lcdfilter" mode="assign"><const>lcdnone</const></edit> > > <edit name="cff:no-stem-darkening" mode="assign"><bool>false</bool></edit> > <edit name="autofitter:no-stem-darkening" mode="assign"><bool>false</bool></edit> > </match> > > </fontconfig> I know I'm returning to this thread with a 2 months delay, but I just tried this today and it worked perfectly. Thank you!