From owner-freebsd-questions@FreeBSD.ORG Sun Nov 5 10:21:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BFBD16A407 for ; Sun, 5 Nov 2006 10:21:39 +0000 (UTC) (envelope-from lveax.m@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF22C43D55 for ; Sun, 5 Nov 2006 10:21:34 +0000 (GMT) (envelope-from lveax.m@gmail.com) Received: by nf-out-0910.google.com with SMTP id i2so2104257nfe for ; Sun, 05 Nov 2006 02:21:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DyZtHaWlh+Ihf5a7JrGr6fL3i7HnlzMXTbiqF6WS8hdo62coq4Xusp/IuJv900xkz/2HTW6gbHiBQkvT5r0+OMysz2n4Iz4L4c8cBHcpRagabuznY08UkFlf2KWds2G2Rz+wQjSq9vjmzi4O2Pn+feyCSoz9ad50/O1w8BvV6n0= Received: by 10.78.146.11 with SMTP id t11mr5279047hud.1162722092861; Sun, 05 Nov 2006 02:21:32 -0800 (PST) Received: by 10.78.116.8 with HTTP; Sun, 5 Nov 2006 02:21:32 -0800 (PST) Message-ID: <576dcbc20611050221q17a1106ax378ca86131a860fb@mail.gmail.com> Date: Sun, 5 Nov 2006 18:21:32 +0800 From: lveax To: "Andy Harrison" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions Subject: Re: firefix 2.0 interface font size 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: Sun, 05 Nov 2006 10:21:39 -0000 On 11/5/06, Andy Harrison wrote: > I just tried upgrading my linux-firefox port and I wondered if anyone > else had any problems like this. For the firefox interface itself it > is ignoring my font settings in kde-3.5.4. I tried adjusting them in > kde and seeing if any tweaking in about:config would make a > difference, but no good. > > I'm running FreeBSD 6.1-RELEASE-p10 and all my ports are current. > More details included in my screenshot. > > http://img175.imageshack.us/my.php?image=screenshotzm4.jpg > > Anyone else had this problem? > > -- > Andy Harrison > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > $ cd ~/.mozilla/firefox/xxxxxxxx.default/chrome $ cat userChrome.css *{font-size: 9pt !important} /* set your font size */ *{font-family: WenQuanYi Bitmap Song !important} /* set your font family */ good luck..