From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add WenQuanYi ZenHei font. Date: Wed, 11 Mar 2015 10:48:20 +0100 Message-ID: <871tkvzwyj.fsf@gnu.org> References: <87ioe8j7an.fsf@mango.localdomain> 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]:53796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVdFh-00054N-PG for guix-devel@gnu.org; Wed, 11 Mar 2015 05:48:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVdFc-0005Su-Md for guix-devel@gnu.org; Wed, 11 Mar 2015 05:48:33 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVdFc-0005Sk-Ji for guix-devel@gnu.org; Wed, 11 Mar 2015 05:48:28 -0400 In-Reply-To: <87ioe8j7an.fsf@mango.localdomain> (Ricardo Wurmus's message of "Wed, 11 Mar 2015 08:57:04 +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: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus skribis: > From caa906f41e25202ecc4546cb04a8b0b6c70e556a Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 11 Mar 2015 08:55:57 +0100 > Subject: [PATCH] gnu: Add WenQuanYi ZenHei font. > > * gnu/packages/fonts.scm (font-wqy-zenhei): New variable. LGTM. > + (copy-file "wqy-zenhei.ttc" > + (string-append font-dir "wqy-zenhei.ttc")))))) What format is this? Thanks, Ludo=E2=80=99.