gnu: Add font-gfs-ambrosia.

* gnu/packages/fonts.scm (font-gfs-ambrosia): New variable.
This commit is contained in:
Maxim Cournoyer 2022-04-09 01:01:07 -04:00
parent 4ab2aad02b
commit 5551f646c7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -269,6 +269,29 @@ (define-public font-lato
50 Cyrillic-based languages as well as Greek and IPA phonetics.")
(license license:silofl1.1)))
(define-public font-gfs-ambrosia
;; Based on
;; https://src.fedoraproject.org/rpms/gfs-ambrosia-fonts
;; /blob/rawhide/f/gfs-ambrosia-fonts.spec.
(package
(name "font-gfs-ambrosia")
(version "20080624")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.greekfontsociety-gfs.gr/"
"_assets/fonts/GFS_Ambrosia.zip"))
(sha256
(base32
"0vnnsal61slgj9r4q35wiznd4mbcv49dl18n91s3nvv6jzd4r8b4"))))
(build-system font-build-system)
(home-page "https://www.greekfontsociety-gfs.gr/")
(synopsis "GFS Ambrosia, a Greek majuscule font family")
(description "GFS Ambrosia is a Greek typeface that has the main
characteristics of the majuscule forms of the early Christian tradition. The
font is provided in the OpenType font (OTF) format.")
(license license:silofl1.1)))
(define-public font-gnu-freefont
(package
(name "font-gnu-freefont")