mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: Add font-monaspace.
* gnu/packages/fonts.scm (font-monaspace): New variable. Change-Id: I25559696f792a8dbf4961dfba2be906fb6d5f0c0 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
ef8d2d1ea9
commit
9372f6af20
1 changed files with 27 additions and 0 deletions
|
|
@ -62,6 +62,7 @@
|
|||
;;; Copyright © 2024 Christina O'Donnell <cdo@mutix.org>
|
||||
;;; Copyright © 2025 Ashvith Shetty <ashvithshetty10@gmail.com>
|
||||
;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
|
||||
;;; Copyright © 2024 Josep Bigorra <jjbigorra@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
|
@ -2521,6 +2522,32 @@ files (TTF).")
|
|||
(home-page "https://software.sil.org/charis/")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public font-monaspace
|
||||
(package
|
||||
(name "font-monaspace")
|
||||
(version "1.101")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/githubnext/monaspace")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"00bpzzpwz5m20ap0c1gy0rf99pc76g8lk6jr0wh7xs8fjazq7lf1"))))
|
||||
(build-system font-build-system)
|
||||
(outputs '("out" "ttf" "woff"))
|
||||
(home-page "https://monaspace.githubnext.com")
|
||||
(synopsis "Innovative superfamily of fonts for code")
|
||||
(description
|
||||
"The Monaspace type system is a monospaced type superfamily with some
|
||||
modern tricks up its sleeve. It consists of five variable axis typefaces.
|
||||
Each one has a distinct voice, but they are all metrics-compatible with one
|
||||
another, allowing you to mix and match them for a more expressive
|
||||
typographical palette.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public font-mononoki
|
||||
(package
|
||||
(name "font-mononoki")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue