mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Add font-stix-two.
* gnu/packages/fonts.scm (font-stix-two): New variable. Change-Id: I0508879971e648e9ad2d2b9d91e0e1d77bc41fe1 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
4ead3b607d
commit
f1810c84f7
1 changed files with 24 additions and 0 deletions
|
|
@ -3956,6 +3956,30 @@ The 5x8 and 6x12 versions only contain printable ASCII characters,
|
|||
Spleen also has support for Powerline symbols out of the box.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public font-stix-two
|
||||
(package
|
||||
(name "font-stix-two")
|
||||
(version "2.13b171")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/stipub/stixfonts")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"17d5a4fk4dz4kraprhxs9q46cbwakfwz06a0qy9zf5nwp4g6fq2d"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://www.stixfonts.org/")
|
||||
(synopsis
|
||||
"OpenType Unicode fonts for scientific, technical, and mathematical texts")
|
||||
(description
|
||||
"The mission of the Scientific and Technical Information Exchange (STIX)
|
||||
font creation project is the preparation of a comprehensive set of fonts that
|
||||
serve the scientific and engineering community in the process from manuscript
|
||||
creation through final publication, both in electronic and print formats.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public font-scientifica
|
||||
(package
|
||||
(name "font-scientifica")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue