summaryrefslogtreecommitdiff
path: root/gnu/packages/fonts.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/fonts.scm')
-rw-r--r--gnu/packages/fonts.scm48
1 files changed, 48 insertions, 0 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 993d56713b..a206016453 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2722,6 +2722,54 @@ software vendors in the late 1980s.")
in the late 1980s.")
(license license:public-domain)))
+(define-public font-apl386
+ ;; Neither releases nor tags
+ (let ((commit "c5bca014b6610ee170985c3ce32a8bb14dbd7b94")
+ (revision "1"))
+ (package
+ (name "font-apl386")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/abrudz/APL386")
+ (commit commit)))
+ (file-name (git-file-name name revision))
+ (sha256
+ (base32 "0z7kpqgfrb053rajnr08n02rdwg5w1aynxj13ys93j0k3xvv5a75"))))
+ (build-system font-build-system)
+ (synopsis "Font suitable for APL programming language")
+ (description
+ "APL386 is an evolution of Adrian Smith's APL385 font with a fun,
+whimsical look, inspired by Comic Sans Serif.")
+ (home-page "https://abrudz.github.io/APL386/")
+ (license license:unlicense))))
+
+(define-public font-bqn386
+ ;; Neither releases nor tags
+ (let ((commit "4d8b9f668ba76a15ca9cd44d9bfedaf95a4c0d96")
+ (revision "1"))
+ (package
+ (name "font-bqn386")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dzaima/BQN386")
+ (commit commit)))
+ (file-name (git-file-name name revision))
+ (sha256
+ (base32 "1l2ycjs85vps7sy5yg19mq1xdnfv4lx3skw921yw1rhx9xdvhrgc"))))
+ (build-system font-build-system)
+ (synopsis "Font suitable for APL and BQN programming languages")
+ (description
+ "BQN386 is an extension of APL386 font. This font keeps regular APL
+characters mostly intact.")
+ (home-page "https://dzaima.github.io/BQN386/")
+ (license license:unlicense))))
+
(define-public font-aporetic
(package
(name "font-aporetic")