mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add font-apl333.
* gnu/packages/apl.scm (font-apl333): New variable. Change-Id: I0d7ed2f1a66528fa0823640824c5e70bbf35c912 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
686903d1f4
commit
9f53ed3a38
1 changed files with 19 additions and 0 deletions
|
|
@ -127,6 +127,25 @@ including both uppercase and lowercase underscored alphabets, as-of-yet unused
|
|||
symbols, and almost all Latin-1 accented letters.")
|
||||
(license license:unlicense))))
|
||||
|
||||
(define-public font-apl333
|
||||
(package
|
||||
(name "font-apl333")
|
||||
;; Version number as for apl-385, last modified 2013-04-20.
|
||||
(version "20130420")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://apl385.com/fonts/" "apl333.zip"))
|
||||
(sha256
|
||||
(base32 "0yn0ha7d14vp4ma3lxbc9kpyrn20m7brjisr6w55c9mi24w9v3a5"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://apl385.com/fonts/index.htm")
|
||||
(synopsis "Variable-width APL font inspired by Comic Sans Serif")
|
||||
(description
|
||||
"Variable-width version of Adrian Smith's APL385 font developed with APL
|
||||
software vendors in the late 1980s.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public font-apl385
|
||||
(package
|
||||
(name "font-apl385")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue