mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 01:48:08 +01:00
nongnu: Add Apple Color Emoji font.
* nongnu/packages/fonts.scm (font-apple-color-emoji): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
f4527549bd
commit
2804781683
1 changed files with 19 additions and 0 deletions
|
@ -286,3 +286,22 @@ graphic display face at larger sizes."))
|
||||||
iconography designed to integrate seamlessly with San Francisco, the system
|
iconography designed to integrate seamlessly with San Francisco, the system
|
||||||
font for Apple platforms. Symbols come in nine weights and three scales, and
|
font for Apple platforms. Symbols come in nine weights and three scales, and
|
||||||
automatically align with text labels."))
|
automatically align with text labels."))
|
||||||
|
|
||||||
|
(define-public font-apple-color-emoji
|
||||||
|
(package
|
||||||
|
(name "font-apple-color-emoji")
|
||||||
|
(version "18.0d4e1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"https://github.com/pharcosyle/apple-fonts"
|
||||||
|
"/releases/download"
|
||||||
|
"/Apple-Color-Emoji-" version "/Apple.Color.Emoji.ttc"))
|
||||||
|
(sha256
|
||||||
|
(base32 "06i1ady7b2g1i2hl3f8yxn64g2i82c2ni9vdw25gpdqdj28vyqw3"))))
|
||||||
|
(build-system font-build-system)
|
||||||
|
(home-page "https://www.apple.com")
|
||||||
|
(synopsis "Apple Color Emoji typeface by Apple.")
|
||||||
|
(description "Color and black-and-white Apple emoji fonts.")
|
||||||
|
(license (nonfree "https://www.apple.com"))))
|
||||||
|
|
Loading…
Reference in a new issue