mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: Add commit-mono font.
* gnu/packages/fonts.scm (font-commit-mono): New variable. Change-Id: Ie9ae6604e652df63dac899f6f0c17be0502a67a7
This commit is contained in:
parent
b5a3db7c47
commit
c864745a02
1 changed files with 20 additions and 0 deletions
|
|
@ -4570,6 +4570,26 @@ enough to remain readable even at high resolutions.")
|
|||
Bonnie Scranton, and Edward Tufte.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public font-commit-mono
|
||||
(package
|
||||
(name "font-commit-mono")
|
||||
(version "1.143")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/eigilnikolajsen/commit-mono/"
|
||||
"releases/download/"
|
||||
"v" version
|
||||
"/CommitMono-" version ".zip"))
|
||||
(sha256
|
||||
(base32 "1l4yqjif6ijdpjsncana6swlh1mz0vbzaxkgk4580m3mgimg5lgp"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://commitmono.com/")
|
||||
(synopsis "Commit Mono programming font")
|
||||
(description
|
||||
"Commit Mono is an anonymous and neutral programming typeface.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public font-cica
|
||||
(package
|
||||
(name "font-cica")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue