diff options
| author | λx.x <case_lambda@disroot.org> | 2025-12-27 15:19:26 +0300 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-12-28 20:01:02 +0800 |
| commit | e2d507e4c13fccde1ca06a905540b4554b118ba8 (patch) | |
| tree | 2019451c0a8003a1874b3b16e20985f896262c22 | |
| parent | 65432c00fc00327aa07228a115446e55005cad94 (diff) | |
gnu: Add Atkinson Hyperlegible Next.
* gnu/packages/fonts.scm (font-atkinson-hyperlegible-next): New variable.
Change-Id: I0bcbbe951e75f99cbb8e56c1252bb01d5d4ca943
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| -rw-r--r-- | gnu/packages/fonts.scm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 077ca27831e..2cdf6fc9dfc 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") |
