From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add Mozilla Fira Mono font. Date: Wed, 18 Nov 2015 12:21:15 +0100 Message-ID: <87wptfpn84.fsf@gnu.org> References: <87a8qcbden.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz0ni-0004pA-00 for guix-devel@gnu.org; Wed, 18 Nov 2015 06:21:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zz0nd-0000DT-V8 for guix-devel@gnu.org; Wed, 18 Nov 2015 06:21:22 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz0nd-0000DM-S1 for guix-devel@gnu.org; Wed, 18 Nov 2015 06:21:17 -0500 In-Reply-To: <87a8qcbden.fsf@gnu.org> (Roel Janssen's message of "Tue, 17 Nov 2015 21:04:48 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Roel Janssen Cc: guix-devel@gnu.org Roel Janssen skribis: > From e0c9fea99b69e252d99a4ecd3cb781135faaf79c Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 17 Nov 2015 20:37:13 +0100 > Subject: [PATCH] gnu: Add Mozilla Fira Mono font. > > * gnu/packages/fonts.scm (font-fira): New variable. [...] > + (source (origin > + (method url-fetch) > + (uri "https://github.com/mozilla/Fira/raw/master/otf/FiraM= ono-Regular.otf") Would be nice to see if this can be built from source. > Here is a patch for adding Mozilla's Fira monospaced font. I do have a > problem with it: Emacs doesn't recognize the font. >=20 > I would really like to know how I can fix this. It has to be installed in ~/.guix-profile because that=E2=80=99s where Guix= =E2=80=99s Fontconfig looks for font (I assume you=E2=80=99re talking about a Guix-installed Emacs.) Maybe you need to run =E2=80=98fc-cache -vfr=E2=80=99 (from Fontconfig) to = update the font cache? > And how could I download other variants of the font in the same package? The best would be to build them from source, if possible. Otherwise there can be several origins listed in =E2=80=98native-inputs=E2=80=99. Thanks! Ludo=E2=80=99.