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:
Krzysztof Baranowski 2023-04-08 14:58:48 -07:00 committed by Jonathan Brielmaier
parent f4527549bd
commit 2804781683
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -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"))))