mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add font-microsoft-cascadia.
* gnu/packages/fonts.scm (font-microsoft-cascadia): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
47a14185b1
commit
137390e66c
1 changed files with 24 additions and 0 deletions
|
@ -1266,6 +1266,30 @@ (define-public font-adobe-source-serif-pro
|
|||
Sans Pro family.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public font-microsoft-cascadia
|
||||
(package
|
||||
(name "font-microsoft-cascadia")
|
||||
(version "2111.01")
|
||||
(source (origin
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append
|
||||
"https://github.com/microsoft/cascadia-code/"
|
||||
"releases/download/v"
|
||||
version
|
||||
"/CascadiaCode-"
|
||||
version
|
||||
".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"04p72jmbafblrliy5phqi6sqi52wgzpilf3rphppxf7zdlbnizai"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://github.com/microsoft/cascadia-code")
|
||||
(synopsis "Monospaced font with programming ligatures")
|
||||
(description
|
||||
"Cascadia is a fun new coding font that comes bundled with Windows
|
||||
Terminal, and is now the default font in Visual Studio as well.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public font-fira-sans
|
||||
;; Fira Sans v4.203 (which corresponds to Fira Mono v3.206) is the final
|
||||
;; version to include UFO sources. It is the same version packaged by other
|
||||
|
|
Loading…
Reference in a new issue