Skip to content
Snippets Groups Projects
Unverified Commit 3cdd2e95 authored by Jens M's avatar Jens M Committed by Leo Famulari
Browse files

gnu: Add font-adobe-source-serif-pro.


* gnu/packages/fonts.scm (font-adobe-source-serif-pro): New variable.

Signed-off-by: default avatarLeo Famulari <leo@famulari.name>
parent 27e65afc
No related branches found
No related tags found
No related merge requests found
...@@ -883,6 +883,31 @@ (define-public font-adobe-source-sans-pro ...@@ -883,6 +883,31 @@ (define-public font-adobe-source-sans-pro
work well in user interface (UI) environments.") work well in user interface (UI) environments.")
(license license:silofl1.1))) (license license:silofl1.1)))
(define-public font-adobe-source-serif-pro
(package
(name "font-adobe-source-serif-pro")
(version "2.007R-ro-1.007R-it")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/adobe-fonts/source-serif-pro/archive/"
(regexp-substitute/global
;; The upstream tag uses "/" between the roman and italic
;; versions, so substitute our "-" separator here.
#f "R-ro-" version 'pre "R-ro/" 'post) ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1sws9k26ldqk375qsigk1zv8cq1xlvadjwvv3dqrcc3qzm1c7hwc"))))
(build-system font-build-system)
(home-page "https://github.com/adobe-fonts/source-serif-pro")
(synopsis
"Serif typeface to complement Source Sans Pro for setting text")
(description
"Source Serif Pro is a set of OpenType fonts to complement the Source
Sans Pro family.")
(license license:silofl1.1)))
(define-public font-fira-mono (define-public font-fira-mono
(package (package
(name "font-fira-mono") (name "font-fira-mono")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment