From owner-freebsd-questions@FreeBSD.ORG Thu Jul 31 18:38:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B05541065678 for ; Thu, 31 Jul 2008 18:38:13 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 7651C8FC27 for ; Thu, 31 Jul 2008 18:38:13 +0000 (UTC) (envelope-from joey@mingrone.org) Received: by yw-out-2324.google.com with SMTP id 9so320849ywe.13 for ; Thu, 31 Jul 2008 11:38:12 -0700 (PDT) Received: by 10.142.162.9 with SMTP id k9mr3381593wfe.158.1217529491874; Thu, 31 Jul 2008 11:38:11 -0700 (PDT) Received: by 10.142.158.15 with HTTP; Thu, 31 Jul 2008 11:38:11 -0700 (PDT) Message-ID: Date: Thu, 31 Jul 2008 15:38:11 -0300 From: "Joey Mingrone" To: freebsd-questions@freebsd.org In-Reply-To: <20080731181317.GB5723@kokopelli.hydra> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080731181317.GB5723@kokopelli.hydra> Subject: Re: (math related) fonts in www/firefox-2.0.0.14_1,1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2008 18:38:13 -0000 On Thu, Jul 31, 2008 at 3:13 PM, Chad Perrin wrote: > On Thu, Jul 31, 2008 at 11:42:39AM -0300, Joey Mingrone wrote: >> Hi, >> >> I'm having some trouble getting firefox to display certain (math >> related) fonts. >> >> For example, the page for the Poisson distribution at Wikipedia >> (http://en.wikipedia.org/wiki/Poisson_distribution) uses, what I >> believe is, a lambba character (sentence with the pmf), but it shows >> up like this for me: http://jrm.ath.cx/misc/firefox_math_fonts.png. >> I've installed x11-fonts/mathfonts-4.1_5 and it seems to be working >> well based on my results at http://www.w3.org/Math/testsuite/. Is >> there anything else I'm missing? > > Do you have the x11-fonts/webfonts port installed? That would be my > first guess. A second might be x11-fonts/xorg-fonts-truetype. > The x11-fonts/webfonts did the trick. Thanks Chad. Joey