From unknown Sat Jun 14 18:53:48 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76232] [PATCH 0/2] Replace font-iosevka-comfy with font-aporetic Resent-From: Divya Ranjan Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 12 Feb 2025 17:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76232 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76232@debbugs.gnu.org Cc: Divya Ranjan X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.173938109411919 (code B ref -1); Wed, 12 Feb 2025 17:25:01 +0000 Received: (at submit) by debbugs.gnu.org; 12 Feb 2025 17:24:54 +0000 Received: from localhost ([127.0.0.1]:38064 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiGTl-00036B-T8 for submit@debbugs.gnu.org; Wed, 12 Feb 2025 12:24:54 -0500 Received: from lists.gnu.org ([2001:470:142::17]:58354) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiGTj-00035q-Fw for submit@debbugs.gnu.org; Wed, 12 Feb 2025 12:24:52 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tiGTc-0006ok-Ii for guix-patches@gnu.org; Wed, 12 Feb 2025 12:24:44 -0500 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tiGTa-0002cP-PA for guix-patches@gnu.org; Wed, 12 Feb 2025 12:24:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=subvertising.org; s=stigmate; t=1739381068; bh=z5AshoPIQLoR0MqAjwV0uVEJyrYyOh198DOiCKGW4iA=; h=From:To:Cc:Subject:Date:From; b=TRViyzOTATK+5NyfLBQ5vzvfcbPWwIBSrqolyWHkorlK7eb0VXDuD/2s+pzsjL2TB kZqPOVwFxL6LDhntZKF8VJpo0nQ/ZAX9uwhibheZ9IOn0f3vV/JngSueAdcDEN0MCB 5tVuJxzhUT2GdodLSHKq1FvVEHBcVaLdEsQQrQwQ= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4YtQCw1hwDz6vN2; Wed, 12 Feb 2025 17:24:28 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: divya@subvertising.org) by localhost (Postfix) with ESMTPSA id 4YtQCv0XxLz6vD0; Wed, 12 Feb 2025 17:24:26 +0000 (UTC) From: Divya Ranjan Date: Wed, 12 Feb 2025 17:24:16 +0000 Message-ID: <20250212172418.19124-1-divya@subvertising.org> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=divya@subvertising.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) These two patches replace the old Iosevka Comfy font of Prot's with the newer Aporetic one. https://protesilaos.com/codelog/2025-02-04-aporetic-fonts-1-0-0/ Divya Ranjan (2): gnu: Remove font-iosevka-comfy. gnu: Add font-aporetic. gnu/packages/fonts.scm | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) -- 2.47.1 From unknown Sat Jun 14 18:53:48 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76232] [PATCH 1/2] gnu: Remove font-iosevka-comfy. References: <20250212172418.19124-1-divya@subvertising.org> In-Reply-To: <20250212172418.19124-1-divya@subvertising.org> Resent-From: Divya Ranjan Original-Sender: "Debbugs-submit" Resent-CC: iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Wed, 12 Feb 2025 19:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76232 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76232@debbugs.gnu.org Cc: Divya Ranjan , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-Xcc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 76232-submit@debbugs.gnu.org id=B76232.173938955926747 (code B ref 76232); Wed, 12 Feb 2025 19:46:01 +0000 Received: (at 76232) by debbugs.gnu.org; 12 Feb 2025 19:45:59 +0000 Received: from localhost ([127.0.0.1]:38396 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiIgI-0006wT-Jo for submit@debbugs.gnu.org; Wed, 12 Feb 2025 14:45:59 -0500 Received: from latitanza.investici.org ([82.94.249.234]:22001) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiIgF-0006oQ-If for 76232@debbugs.gnu.org; Wed, 12 Feb 2025 14:45:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=subvertising.org; s=stigmate; t=1739389553; bh=qqHJm2UBkYyq97bWYL57Kj+NlPBD4HzxwXqWhZk+ACo=; h=From:To:Cc:Subject:Date:From; b=mQaxueW0TBPc1jUT/4mYwlNYvzyX6q/TU8ksZs9W1P58zq8Y4+t5F4Louzq76aB9B WNarolqK1p68gnVsVj+2mv+Or5D8DiPP1u1MXFFL/VYz3vAqwg0lxGRTt2adepzZ6S xadMDOzGsFd8GNztpNu7SS0qnmvjhQZBsRO2vs7s= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4YtTM54yHczGp3Z; Wed, 12 Feb 2025 19:45:53 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: divya@subvertising.org) by localhost (Postfix) with ESMTPSA id 4YtTM50LhvzGp0J; Wed, 12 Feb 2025 19:45:52 +0000 (UTC) From: Divya Ranjan Date: Wed, 12 Feb 2025 19:44:49 +0000 Message-ID: <20250212194450.9398-1-divya@subvertising.org> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/fonts.scm (font-iosevka-comfy): Delete variable. --- gnu/packages/fonts.scm | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index c32f2ef5fb..16ab0af70e 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2093,25 +2093,6 @@ (define-public font-iosevka-ss09 (sha256 (base32 "1h5jfrpply7ypc4h6ivxs30qkrbni51zkj78xz6nz4zbnp923yi0")))))) -(define-public font-iosevka-comfy - (package - (inherit font-iosevka) - (name "font-iosevka-comfy") - (version "1.2.0") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://git.sr.ht/~protesilaos/iosevka-comfy") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1gccv28avxlkicl6rcsn6i23pdn0nrk91zhcyzwwc3nyzm2w8w40")))) - (home-page "https://git.sr.ht/~protesilaos/iosevka-comfy") - (description - "Iosevka Comfy is a TTF font derived from Iosevka. It is a slightly tweaked - version of the original, designed for enhanced readability.") - (license license:silofl1.1))) - (define-public font-junicode (package (name "font-junicode") -- 2.47.1 From unknown Sat Jun 14 18:53:48 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76232] [PATCH 2/2] gnu: Add font-aporetic. References: <20250212172418.19124-1-divya@subvertising.org> In-Reply-To: <20250212172418.19124-1-divya@subvertising.org> Resent-From: Divya Ranjan Original-Sender: "Debbugs-submit" Resent-CC: iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Wed, 12 Feb 2025 19:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76232 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76232@debbugs.gnu.org Cc: Divya Ranjan , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-Xcc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 76232-submit@debbugs.gnu.org id=B76232.173938956227211 (code B ref 76232); Wed, 12 Feb 2025 19:47:01 +0000 Received: (at 76232) by debbugs.gnu.org; 12 Feb 2025 19:46:02 +0000 Received: from localhost ([127.0.0.1]:38400 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiIgM-00074A-5v for submit@debbugs.gnu.org; Wed, 12 Feb 2025 14:46:02 -0500 Received: from latitanza.investici.org ([2001:888:2000:56::19]:49515) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiIgH-0006sN-9l for 76232@debbugs.gnu.org; Wed, 12 Feb 2025 14:45:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=subvertising.org; s=stigmate; t=1739389556; bh=8d3bP0IRmtTJFWLtjCzRziwp1EDjZjINNQeFJyryMM4=; h=From:To:Cc:Subject:Date:From; b=ZvU7DB9BTlgcr0RXcztcnn9ROJJIJmshcsdAW3jpejvHle1IFyqe5Uop5/ro+Lzcs Rn1gsyHTXKRFDCW5JFUbjASnnrP7QhEF2yH/xQfyqeG3/cEbJGTeRbzamc2dFEGhpl 3e02VFoPXzT8lD5NbBywjD1fv7UPryrZWk5SCtGw= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4YtTM80c52zGp4F; Wed, 12 Feb 2025 19:45:56 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: divya@subvertising.org) by localhost (Postfix) with ESMTPSA id 4YtTM737BGzGp0J; Wed, 12 Feb 2025 19:45:55 +0000 (UTC) From: Divya Ranjan Date: Wed, 12 Feb 2025 19:44:50 +0000 Message-ID: <20250212194450.9398-2-divya@subvertising.org> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/fonts.scm (font-aporetic): New variable. --- gnu/packages/fonts.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 16ab0af70e..50a51d8289 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -107,6 +107,26 @@ (define-module (gnu packages fonts) #:use-module (gnu packages sdl) #:use-module (gnu packages xorg)) +(define-public font-aporetic + (package + (name "font-aporetic") + (version "1.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/protesilaos/aporetic") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0cihagy7vhw5pqznbihwv3pgb516i94iqfnvfm73njrx1a4dalz6")))) + (build-system font-build-system) + (home-page "https://github.com/protesilaos/aporetic") + (synopsis "Successor to Iosevka Comfy") + (description + "Aporetic fonts are a custom build of Iosevka with different style and metrics than the default. This is the successor to my Iosevka Comfy fonts.") + (license license:silofl1.1))) + (define-public font-artifika (package (name "font-artifika") -- 2.47.1 From unknown Sat Jun 14 18:53:48 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Divya Ranjan Subject: bug#76232: closed (Re: [bug#76232] [PATCH 0/2] Replace font-iosevka-comfy with font-aporetic) Message-ID: References: <878qqapn20.fsf@envs.net> <20250212172418.19124-1-divya@subvertising.org> X-Gnu-PR-Message: they-closed 76232 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 76232@debbugs.gnu.org Date: Thu, 13 Feb 2025 02:56:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1739415363-28721-1" This is a multi-part message in MIME format... ------------=_1739415363-28721-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #76232: [PATCH 0/2] Replace font-iosevka-comfy with font-aporetic which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 76232@debbugs.gnu.org. --=20 76232: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D76232 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1739415363-28721-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 76232-done) by debbugs.gnu.org; 13 Feb 2025 02:55:35 +0000 Received: from localhost ([127.0.0.1]:39217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiPO2-0007Ru-Il for submit@debbugs.gnu.org; Wed, 12 Feb 2025 21:55:34 -0500 Received: from mail.envs.net ([5.199.136.28]:56282) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiPNz-0007Rh-84 for 76232-done@debbugs.gnu.org; Wed, 12 Feb 2025 21:55:32 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 60BD238A3E42; Thu, 13 Feb 2025 02:55:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id DW9gxzmljQgf; Thu, 13 Feb 2025 02:55:27 +0000 (UTC) Received: from localhost (unknown [112.44.101.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Thu, 13 Feb 2025 02:55:26 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 37089039; Thu, 13 Feb 2025 02:59:19 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Divya Ranjan Subject: Re: [bug#76232] [PATCH 0/2] Replace font-iosevka-comfy with font-aporetic In-Reply-To: <20250212172418.19124-1-divya@subvertising.org> (Divya Ranjan's message of "Wed, 12 Feb 2025 17:24:16 +0000") References: <20250212172418.19124-1-divya@subvertising.org> Date: Thu, 13 Feb 2025 10:59:19 +0800 Message-ID: <878qqapn20.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76232-done Cc: 76232-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Divya Ranjan writes: > These two patches replace the old Iosevka Comfy font of Prot's with the newer Aporetic one. > https://protesilaos.com/codelog/2025-02-04-aporetic-fonts-1-0-0/ Hello, thank you for the patch, this is alreally applied in . Close, thanks. ------------=_1739415363-28721-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Feb 2025 17:24:54 +0000 Received: from localhost ([127.0.0.1]:38064 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiGTl-00036B-T8 for submit@debbugs.gnu.org; Wed, 12 Feb 2025 12:24:54 -0500 Received: from lists.gnu.org ([2001:470:142::17]:58354) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiGTj-00035q-Fw for submit@debbugs.gnu.org; Wed, 12 Feb 2025 12:24:52 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tiGTc-0006ok-Ii for guix-patches@gnu.org; Wed, 12 Feb 2025 12:24:44 -0500 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tiGTa-0002cP-PA for guix-patches@gnu.org; Wed, 12 Feb 2025 12:24:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=subvertising.org; s=stigmate; t=1739381068; bh=z5AshoPIQLoR0MqAjwV0uVEJyrYyOh198DOiCKGW4iA=; h=From:To:Cc:Subject:Date:From; b=TRViyzOTATK+5NyfLBQ5vzvfcbPWwIBSrqolyWHkorlK7eb0VXDuD/2s+pzsjL2TB kZqPOVwFxL6LDhntZKF8VJpo0nQ/ZAX9uwhibheZ9IOn0f3vV/JngSueAdcDEN0MCB 5tVuJxzhUT2GdodLSHKq1FvVEHBcVaLdEsQQrQwQ= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4YtQCw1hwDz6vN2; Wed, 12 Feb 2025 17:24:28 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: divya@subvertising.org) by localhost (Postfix) with ESMTPSA id 4YtQCv0XxLz6vD0; Wed, 12 Feb 2025 17:24:26 +0000 (UTC) From: Divya Ranjan To: guix-patches@gnu.org Subject: [PATCH 0/2] Replace font-iosevka-comfy with font-aporetic Date: Wed, 12 Feb 2025 17:24:16 +0000 Message-ID: <20250212172418.19124-1-divya@subvertising.org> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=divya@subvertising.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Divya Ranjan X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) These two patches replace the old Iosevka Comfy font of Prot's with the newer Aporetic one. https://protesilaos.com/codelog/2025-02-04-aporetic-fonts-1-0-0/ Divya Ranjan (2): gnu: Remove font-iosevka-comfy. gnu: Add font-aporetic. gnu/packages/fonts.scm | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) -- 2.47.1 ------------=_1739415363-28721-1--