diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-06-18 19:09:03 +0200 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-06-20 20:37:10 +0800 |
commit | 9bdbe63d1ca0ad0d7a6a703588d88ae99faa5455 (patch) | |
tree | 80798e413d21a683981e2b87016e2496dac46d66 | |
parent | 755c5323e8422fb81a90b24bf77edb579693404e (diff) |
gnu: Add font-sil-gentium-book.
* gnu/packages/fonts.scm (font-sil-gentium-book): New variable.
Closes: #663
Change-Id: Ia79f8a82415a27ab1c620065ebe855798a12f176
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/fonts.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 4143ff351e..bad146854d 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2931,6 +2931,26 @@ italics shapes. This package provides only TrueType files (TTF).") (home-page "https://software.sil.org/gentium/") (license license:silofl1.1))) +(define-public font-sil-gentium-book + (package + (name "font-sil-gentium-book") + (version "7.000") + (source (origin + (method url-fetch) + (uri (string-append + "https://software.sil.org/downloads/r/gentium/GentiumBook-" + version ".zip")) + (sha256 + (base32 + "06gl97pi7ygm13h8mv2i3xlx5b2sfv1bfjxzzaz6ipb2xay3akps")))) + (build-system font-build-system) + (synopsis "Serif font for the Cyrillic, Greek, and Latin alphabets") + (description + "Gentium Book is a slightly heavier-weight variant of the +Gentium typeface.") + (home-page "https://software.sil.org/gentium/") + (license license:silofl1.1))) + (define-public font-sil-andika (package (name "font-sil-andika") |