Date: 25 Feb 2003 21:43:37 -0500 From: Joe Marcus Clarke <marcus@FreeBSD.org> To: gnome@FreeBSD.org Subject: Font weirdness with Helvetica Message-ID: <1046227417.2187.13.camel@shumai.marcuscom.com>
next in thread | raw e-mail | index | archive | help
--=-kVJ2uf+bfPgMDDj62uT7 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I don't know if anyone else is seeing this, but on pages that use Helvetica (e.g. Freshports), I see chopped fonts. That is, the browser thinks the font is smaller than it is. This makes for an annoying effect. Maybe I just have a bad Helvetica (though I should be using the standard XFree86 version). In any event, if others are seeing this, and it bothers you, were is a ~/.fonts.conf addition that replaces Helvetica with your default sans-serif font (Bitstream Vera for me). <?xml version=3D"1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target=3D"pattern" name=3D"family"> <test qual=3D"any" name=3D"family"> <string>Helvetica</string> </test> <edit name=3D"family" mode=3D"assign"> <string>sans-serif</string> </edit> </match> </fontconfig> Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-kVJ2uf+bfPgMDDj62uT7 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+XCnZb2iPiv4Uz4cRApcnAJ9LFN8NA9MxWk9ftBIG4yeKM1XbxgCfTEfI wNxsj1mZ3szgOM9EglGYpIY= =DcDB -----END PGP SIGNATURE----- --=-kVJ2uf+bfPgMDDj62uT7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1046227417.2187.13.camel>