From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: IceCat from Guix all monospaced font Date: Sat, 4 May 2019 19:45:33 +0200 Message-ID: <20190504174533.zx6qi5y67zlgidld@pelzflorian.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMyjH-00084r-UQ for help-guix@gnu.org; Sat, 04 May 2019 13:45:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMyjH-00005A-38 for help-guix@gnu.org; Sat, 04 May 2019 13:45:43 -0400 Received: from pelzflorian.de ([5.45.111.108]:54894 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hMyjG-0008Vl-RD for help-guix@gnu.org; Sat, 04 May 2019 13:45:42 -0400 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Zelphir Kaltstahl Cc: help-guix@gnu.org On Sat, May 04, 2019 at 07:19:40PM +0200, Zelphir Kaltstahl wrote: > My guess is, that somehow Icecat installed via Guix is not able to pick > up system wide installed fonts and always, no matter what I set, falls > back to a monospaced font. Following this guess, I installed Liberation > fonts and DejaVu fonts in Guix. However, still everything is monospaced= . >=20 > Also note, that I created a completely new user profile for Icecat, in = a > non-default path in `~/user/.icecat/profiles`. So everything there > should be clean. That directory did not even exist, when I created the > profile. >=20 The manual says: After installing fonts you may have to refresh the font cache to use them in applications. The same applies when applications installed via Guix do not seem to find fonts. To force rebuilding of the font cache run =E2=80=98fc-cache -f=E2=80=99. The =E2=80=98fc-cache=E2=80=99 comman= d is provided by the =E2=80=98fontconfig=E2=80=99 package. If I remember correctly, this helped me when I had encountered this issue= .