feat: atkinson hyperlegible next
This commit is contained in:
parent
1cbce535ea
commit
fcab621864
6 changed files with 97 additions and 9 deletions
22
packages/fonts.scm
Normal file
22
packages/fonts.scm
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
(define-module (packages fonts)
|
||||
#:use-module (guix build-system font))
|
||||
|
||||
(define-public font-atkinson-hyperlegible-next
|
||||
(package
|
||||
(name "font-atkinson-hyperlegible-next")
|
||||
(version "2.001-unstable-2025-02-21")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/googlefonts/atkinson-hyperlegible-next")
|
||||
(commit "7925f50f649b3813257faf2f4c0b381011f434f1")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0000000000000000000000000000000000000000000000000000"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://www.brailleinstitute.org/freefont/")
|
||||
(synopsis "New (2024) second version of the Atkinson Hyperlegible fonts")
|
||||
(description
|
||||
"Read Easier With Our Family of Hyperlegible® Fonts")
|
||||
(license license:ofl)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue