~ruther/guix-local

acdee26a3ac510a1369c21b3f33aadc133406e6a — λx.x 4 months ago e2d507e
gnu: Add Atkinson Hyperlegible Mono.

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

Closes: guix/guix#5161
Change-Id: Ie024afddf5cce460906b80b5a6f3abc8c849f008
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
1 files changed, 28 insertions(+), 0 deletions(-)

M gnu/packages/fonts.scm
M gnu/packages/fonts.scm => gnu/packages/fonts.scm +28 -0
@@ 603,6 603,34 @@ 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-atkinson-hyperlegible-mono
  (let ((commit "154d50362016cc3e873eb21d242cd0772384c8f9")
        (revision "0"))
    (package
      (name "font-atkinson-hyperlegible-mono")
      (version (git-version "2.001" revision commit))
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url
                "https://github.com/googlefonts/atkinson-hyperlegible-next-mono/")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "0bdhp70zniqnj14raw9krb034zrvvxhzimzqys713p8ksrndck2p"))))
      (build-system font-build-system)
      (home-page "https://www.brailleinstitute.org/freefont/")
      (synopsis
       "Monospace typeface designed to increase legibility for low vision readers")
      (description
       "Atkinson Hyperlegible Mono is an entirely new typeface inspired by
Atkinson Hyperlegible.  The characters in a monospace typeface all occupy the
same width, allowing for them to be scanned quickly in table-based and coding
environments.  The glyphs in Atkinson Hyperlegible Mono are newly created for
this variation, and unique to the typeface.")
      (license license:silofl1.1))))

(define-public font-lato
  (package
    (name "font-lato")