all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72706] [PATCH] gnu: fonts: Add font-atkinson-hyperlegible
@ 2024-08-19  1:50 Abhishek Cherath
  2024-08-21  8:55 ` bug#72706: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Abhishek Cherath @ 2024-08-19  1:50 UTC (permalink / raw)
  To: 72706; +Cc: Abhishek Cherath, Zhu Zihao, 宋文武

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#72706: [PATCH] gnu: fonts: Add font-atkinson-hyperlegible
  2024-08-19  1:50 [bug#72706] [PATCH] gnu: fonts: Add font-atkinson-hyperlegible Abhishek Cherath
@ 2024-08-21  8:55 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-08-21  8:55 UTC (permalink / raw)
  To: Abhishek Cherath; +Cc: 72706-done, 宋文武, Zhu Zihao

Hello,

Abhishek Cherath <abhi@quic.us> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-21  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19  1:50 [bug#72706] [PATCH] gnu: fonts: Add font-atkinson-hyperlegible Abhishek Cherath
2024-08-21  8:55 ` bug#72706: " Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.