From owner-freebsd-questions@FreeBSD.ORG Sun Jul 13 13:50:45 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 B15C510656C7 for ; Sun, 13 Jul 2008 13:50:45 +0000 (UTC) (envelope-from abalour@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id 5FD848FC19 for ; Sun, 13 Jul 2008 13:50:45 +0000 (UTC) (envelope-from abalour@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so1013548ana.13 for ; Sun, 13 Jul 2008 06:50:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :sender:to:subject:cc:in-reply-to:mime-version:content-type :references:x-google-sender-auth; bh=L7im5ABRDMxppupuCbP+CO9iKtkxNDU6qMC6G6I1aRQ=; b=nxMhCQgvx/C8LNuxqoBijMSbvnBcSLu/y++C5fiSi1vcUiB8m6e410SIvm7uoQpDGU lmEtUXeZRSWWJLK4plHHIn0uN1yEjpW8GDQBHTGdswraUxtJcbA+yfXnkHlmxHqPKn3A UzimkmSQ/F7j3Scqfhbgj2/2fpMePnejOVaLs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to :mime-version:content-type:references:x-google-sender-auth; b=G/qa+JsmldZewTnxJiKOAS3IkSAkGWGQnjb8DKuBZpKO+CoWkEPqgvya2NYkbTOytn 3xp9DUz7evTc4JMtaup0kT9rJz2Rcj8BtqBn1g6Imt2d9gCEvBYPAK7Dojp7FAPXmOlA GkO+FCrMaWu6IaSJwIx/mpubB5qs/jpFV6imY= Received: by 10.100.165.13 with SMTP id n13mr9525575ane.32.1215957044654; Sun, 13 Jul 2008 06:50:44 -0700 (PDT) Received: by 10.100.164.19 with HTTP; Sun, 13 Jul 2008 06:50:44 -0700 (PDT) Message-ID: <35f70db10807130650s2fc488a7h61084d3a1e272227@mail.gmail.com> Date: Sun, 13 Jul 2008 15:50:44 +0200 From: "Ross Cameron" Sender: abalour@gmail.com To: "Razmig K" In-Reply-To: <48792917.70504@gmail.com> MIME-Version: 1.0 References: <48792917.70504@gmail.com> X-Google-Sender-Auth: a01c8cf5f8c1b1bf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: Windows Firefox in Wine: Ugly Fonts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ross.cameron@linuxpro.co.za List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2008 13:50:45 -0000 On Sat, Jul 12, 2008 at 11:58 PM, Razmig K wrote: > characters. I installed the port x11-fonts/webfonts, but the problem > persisted. Suggestions? > The x11/webfonts package will only help if you are running the native application. You have two options to resolve this issue: Copy the fonts folder over from a WinXP/Vista install to the relevant wine bottle. or Install the winetricks tool and let it install all the Windows fonts for you. Hope this helps.