[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [desktop] AA problems on some websites with mozilla-xft and galeon



On Sunday 16 February 2003 18:03, Josselin Mouette wrote:
> Le dim 16/02/2003 à 18:30, Pasi Kärkkäinen a écrit :
> > Hello!
> >
> > I'm using unstable, and AA fonts are working in mozilla-xft.
> >
> > But then, some sites are not antialiased.. here's a screenshot to show
> > what I mean:
> >
> > http://nrg.joroinen.fi/screenshot-xineweb.png
> >
> > http://www.sun.com also is not antialised..
> >
> > I have installed msttcorefonts. I am using fi_FI locale.
> >
> > What could cause that ?
>
> Blame the lame webmasters. They require some specific fonts (arial,
> helvetica, times) instead of just asking for serif or sans-serif.
> Mozilla knows about e.g. helvetica but only has bitmapped versions of
> it.
>
> You can add this to your /etc/fonts/fonts.conf or ~/.fonts.conf to work
> around that :
>         <match target="pattern">
>                 <test qual="any" name="family">
>                         <string>helvetica</string>
>                 </test>
>                 <edit name="family" mode="assign">
>                         <string>sans-serif</string>
>                 </edit>
>         </match>
>
>         <match target="pattern">
>                 <test qual="any" name="family">
>                         <string>times</string>
>                 </test>
>                 <edit name="family" mode="assign">
>                         <string>serif</string>
>                 </edit>
>         </match>
>
> Regards,

Hi!
Is there any tool to manage fonts.conf file?

-- 
Filipe Sousa



Reply to: