mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-30 05:51:19 +02:00
gnu: font-adobe-source-sans-pro: Rename to font-adobe-source-sans.
This font was renamed from ‘Source Sans Pro’ to ‘Source Sans 3’: https://github.com/adobe-fonts/source-sans/issues/192 * gnu/packages/fonts.scm (font-adobe-source-sans-pro): Renamed to... (font-adobe-source-sans): ...this. [description]: Update to reflect name changing. (font-adobe-source-sans-pro): Newly defined as deprecated package. Change-Id: Id9061c946feb37da4cd0323fd39e1bfa41fe3082 Signed-off-by: Hilton Chain <hako@ultrarare.space> Modified-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
@@ -1599,9 +1599,9 @@ Powerline support.")
|
||||
designed to work well in user interface environments.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public font-adobe-source-sans-pro
|
||||
(define-public font-adobe-source-sans
|
||||
(package
|
||||
(name "font-adobe-source-sans-pro")
|
||||
(name "font-adobe-source-sans")
|
||||
(version "3.052")
|
||||
(source
|
||||
(origin
|
||||
@@ -1617,10 +1617,14 @@ designed to work well in user interface environments.")
|
||||
(synopsis
|
||||
"Sans serif font family for user interface environments")
|
||||
(description
|
||||
"Source Sans Pro is a set of OpenType fonts that have been designed to
|
||||
work well in user interface (UI) environments.")
|
||||
"Source Sans is a set of OpenType fonts that have been designed to work
|
||||
well in user interface (UI) environments.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
;; https://github.com/adobe-fonts/source-sans/issues/192
|
||||
(define-public font-adobe-source-sans-pro
|
||||
(deprecated-package "font-adobe-source-sans-pro" font-adobe-source-sans))
|
||||
|
||||
(define-public font-adobe-source-serif-pro
|
||||
(package
|
||||
(name "font-adobe-source-serif-pro")
|
||||
|
||||
Reference in New Issue
Block a user