GNU bug report logs - #72706
[PATCH] gnu: fonts: Add font-atkinson-hyperlegible

Previous Next

Package: guix-patches;

Reported by: Abhishek Cherath <abhi <at> quic.us>

Date: Mon, 19 Aug 2024 01:53:03 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72706 in the body.
You can then email your comments to 72706 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72706; Package guix-patches. (Mon, 19 Aug 2024 01:53:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Abhishek Cherath <abhi <at> quic.us>:
New bug report received and forwarded. Copy sent to all_but_last <at> 163.com, iyzsong <at> envs.net, guix-patches <at> gnu.org. (Mon, 19 Aug 2024 01:53:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Abhishek Cherath <abhi <at> quic.us>
To: guix-patches <at> gnu.org
Cc: Abhishek Cherath <abhi <at> quic.us>
Subject: [PATCH] gnu: fonts: Add font-atkinson-hyperlegible
Date: Sun, 18 Aug 2024 21:50:44 -0400
* gnu/packages/fonts.scm (font-atkinson-hyperlegible): New variable

Change-Id: Ibf7571fd5e960f10baa064b1f7ef0cfc29a9c1cb
---
 gnu/packages/fonts.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 8d9e5ff3d1..c269a32065 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -388,6 +388,30 @@ (define-public font-abattis-cantarell
 of the font.")
       (license license:silofl1.1))))
 
+(define-public font-atkinson-hyperlegible
+  (let ((commit "1cb311624b2ddf88e9e37873999d165a8cd28b46")
+        (revision "0"))
+    (package
+      (name "font-atkinson-hyperlegible")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/googlefonts/atkinson-hyperlegible")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1qw0pr1dhmqrgmw1acyw8dv8kbm66xa1bq0mrn7yin4q1kk2dpj4"))))
+      (build-system font-build-system)
+      (home-page "https://github.com/googlefonts/atkinson-hyperlegible")
+      (synopsis "Typeface with greater legibility and readability for low vision readers")
+      (description
+       "Atkinson Hyperlegible is a freely available typeface built around a grotesque sans-serif core,
+intended to be optimally legible for readers who are partially visually impaired, with
+all characters maximally distinguishable from one another.")
+      (license license:silofl1.1))))
+
 (define-public font-lato
   (package
     (name "font-lato")

base-commit: 58a839273d1e4fac2b3a0ec456aabdf82deaa124
-- 
2.45.2





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Wed, 21 Aug 2024 08:57:02 GMT) Full text and rfc822 format available.

Notification sent to Abhishek Cherath <abhi <at> quic.us>:
bug acknowledged by developer. (Wed, 21 Aug 2024 08:57:02 GMT) Full text and rfc822 format available.

Message #10 received at 72706-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Abhishek Cherath <abhi <at> quic.us>
Cc: 72706-done <at> debbugs.gnu.org, 宋文武 <iyzsong <at> envs.net>,
 Zhu Zihao <all_but_last <at> 163.com>
Subject: Re: [bug#72706] [PATCH] gnu: fonts: Add font-atkinson-hyperlegible
Date: Wed, 21 Aug 2024 10:55:12 +0200
Hello,

Abhishek Cherath <abhi <at> quic.us> writes:

> * gnu/packages/fonts.scm (font-atkinson-hyperlegible): New variable

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 18 Sep 2024 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 273 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.