mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add new variable font-borg-sans-mono.
* gnu/packages/fonts.scm (font-borg-sans-mono): Add new variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
This commit is contained in:
parent
dece03e2b9
commit
c7b2bbc3de
1 changed files with 21 additions and 0 deletions
|
@ -809,6 +809,27 @@ (define-public font-google-roboto
|
|||
visual language \"Material Design\".")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public font-borg-sans-mono
|
||||
(package
|
||||
(name "font-borg-sans-mono")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/charje/borg-sans-mono"
|
||||
"/releases/download/v" version "/borg-sans-mono.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xxakd9nfb8wz76rh0gbd69gh0mlqs2453g0j516xgxn8bxip2yj"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://github.com/charje/borg-sans-mono")
|
||||
(synopsis "The Borg Sans Mono font")
|
||||
(description "Borg Sans Mono is a monospaced font derived from Droid Sans
|
||||
Mono. It includes additions commonly found in programming fonts such as a
|
||||
slashed zero and ligatures for operators.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public font-un
|
||||
(package
|
||||
(name "font-un")
|
||||
|
|
Loading…
Reference in a new issue