guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e2d507e4c13fccde1ca06a905540b4554b118ba8
Author: λx.x <[email protected]>
AuthorDate: Sat Dec 27 15:19:26 2025 +0300
gnu: Add Atkinson Hyperlegible Next.
* gnu/packages/fonts.scm (font-atkinson-hyperlegible-next): New variable.
Change-Id: I0bcbbe951e75f99cbb8e56c1252bb01d5d4ca943
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/fonts.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 077ca27831..2cdf6fc9df 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -576,6 +576,33 @@ intended to be optimally legible for readers who are
partially visually impaired
all characters maximally distinguishable from one another.")
(license license:silofl1.1))))
+(define-public font-atkinson-hyperlegible-next
+ (let ((commit "7925f50f649b3813257faf2f4c0b381011f434f1")
+ (revision "0"))
+ (package
+ (name "font-atkinson-hyperlegible-next")
+ (version (git-version "2.001" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
+ "https://github.com/googlefonts/atkinson-hyperlegible-next/")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "01m59xl35xvjv07d0qwli1czgfjg2wfgv676xi71is2rirh1y71f"))))
+ (build-system font-build-system)
+ (home-page "https://www.brailleinstitute.org/freefont/")
+ (synopsis
+ "Typeface designed to increase legibility for low vision readers")
+ (description
+ "Atkinson Hyperlegible Next is an improvement of the typeface Atkinson
+Hyperlegible, including new characters, improved glyphs, and improved kerning.
+Additionally, the two previous weights has increased to six, all in upright
+and italic, allowing for greater flexibility in use.")
+ (license license:silofl1.1))))
+
(define-public font-lato
(package
(name "font-lato")