From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id mEZtLLhu0l66XQAA0tVLHw (envelope-from ) for ; Sat, 30 May 2020 14:33:28 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id aBRlKLhu0l5EbwAAB5/wlQ (envelope-from ) for ; Sat, 30 May 2020 14:33:28 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6F3EB940607 for ; Sat, 30 May 2020 14:33:28 +0000 (UTC) Received: from localhost ([::1]:41594 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf2YB-0002yP-F8 for larch@yhetil.org; Sat, 30 May 2020 10:33:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60272) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jf2Y4-0002xy-I3 for guix-devel@gnu.org; Sat, 30 May 2020 10:33:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35930) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf2Y1-0004wV-Pz; Sat, 30 May 2020 10:33:17 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:45750 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jf2Y1-0005fO-B8; Sat, 30 May 2020 10:33:17 -0400 From: Marius Bakke To: Zhu Zihao , guix-devel@gnu.org Subject: Re: [PATCH] gnu: Add font-sarasa-gothic In-Reply-To: <87y2paitbq.wl-all_but_last@163.com> References: <87y2paitbq.wl-all_but_last@163.com> Date: Sat, 30 May 2020 16:33:15 +0200 Message-ID: <877dwtze50.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list 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+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: M0MlZuNOkKqJ --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Zhu Zihao writes: > This patch adds Sarasa Gothic. Sarasa Gothic is based on Iosevka and Source Han > Sans, intends to make a really monospaced(inclduing CJK characters) programming > fonts. In Sarasa Gothic, a normal CJK character is same height and double width > as an ASCII character. Thanks! Applied with the following changes, hope the copyright line was okay: --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=diff Content-Transfer-Encoding: quoted-printable diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 3c7361f162..f60d4f80fb 100644 =2D-- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -34,6 +34,7 @@ ;;; Copyright =C2=A9 2020 John Soo ;;; Copyright =C2=A9 2020 Raghav Gururajan ;;; Copyright =C2=A9 2020 Julien Lepiller +;;; Copyright =C2=A9 2020 Zhu Zihao