mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: Add font-iosevka-ss16.
* gnu/packages/fonts.scm (font-iosevka-ss16): New variable. Change-Id: I1d030b57cbf8d1b9659115d21eb2f439057d2a79 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
8691f70599
commit
d88c7de02c
1 changed files with 14 additions and 0 deletions
|
|
@ -2277,6 +2277,20 @@ programming. Iosevka is completely generated from its source code.")
|
|||
(sha256
|
||||
(base32 "19mhdl6dzb4003m00chnj9918l3mxrwfvfxh3wmvp6h4sfa6hymk"))))))
|
||||
|
||||
(define-public font-iosevka-ss16
|
||||
(package
|
||||
(inherit font-iosevka)
|
||||
(name "font-iosevka-ss16")
|
||||
(version (package-version font-iosevka))
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append "https://github.com/be5invis/Iosevka"
|
||||
"/releases/download/v" version
|
||||
"/ttc-iosevka-ss16-" version ".zip"))
|
||||
(sha256
|
||||
(base32 "0zsmjgv1i5bb3gk0zl0yi6lrrb8mikl1hlhi7p0vfapas7p5ylyy"))))))
|
||||
|
||||
(define-public font-aporetic
|
||||
(package
|
||||
(name "font-aporetic")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue