mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 14:55:55 +02:00
gnu: Add font-new-computer-modern.
* gnu/packages/fonts.scm (font-new-computer-modern): New variable. Change-Id: I35bd66553bec4eeea20308ab8b7c2280fefd84ee Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
a2e56cfaa1
commit
24653491c8
@@ -1179,6 +1179,29 @@ additional characters (mostly accented ones). This package provides the
|
||||
OpenType variant of these fonts.")
|
||||
(license license:gfl1.0)))
|
||||
|
||||
(define-public font-new-computer-modern
|
||||
(package
|
||||
(name "font-new-computer-modern")
|
||||
(version "7.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.gnu.org.ua/release/newcm/"
|
||||
"newcm-" version ".txz"))
|
||||
(file-name (string-append name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0j7d5brjpaakhs826wpjpmbn5kijf0k4pklafi6ijp922092jivx"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://ctan.org/pkg/newcomputermodern")
|
||||
(synopsis "OpenType fonts based on Computer Modern including non-Latin")
|
||||
(description
|
||||
"NewComputerModern is a new assembly of Computer Modern fonts including
|
||||
extensions in many directions for both Latin based languages, non-Latin based
|
||||
languages and Mathematics, all compatible in style to CM fonts. In addition
|
||||
to the Regular weight of Computer Modern, it provides a Book weight for
|
||||
heavier printing.")
|
||||
(license license:gfl1.0)))
|
||||
|
||||
(define-public font-amiri
|
||||
(package
|
||||
(name "font-amiri")
|
||||
|
||||
Reference in New Issue
Block a user