guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f44052ab90b7f5f3a1df51ba128ce018349d700e
Author: Gabriel Santos <[email protected]>
AuthorDate: Wed Mar 4 20:14:16 2026 -0300

    gnu: Add font-google-noto-sans-hebrew.
    
    * gnu/packages/fonts.scm (font-google-noto-sans-hebrew): New variable.
    
    Change-Id: I3687b89345138695466bd462a0d52b24ea54c6d4
    Signed-off-by: 宋文武 <[email protected]>
---
 gnu/packages/fonts.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 22086c7179..ac7f6c26fc 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2025,6 +2025,33 @@ display all Unicode symbols.  This package provides the 
Serif variant of CJK
 fonts.")
     (license license:silofl1.1)))
 
+(define-public font-google-noto-sans-hebrew
+  (package
+    (name "font-google-noto-sans-hebrew")
+    (version "3.001")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/notofonts/hebrew/releases/download";
+             "/NotoSansHebrew-v"
+             version
+             "/NotoSansHebrew-v"
+             version
+             ".zip"))
+       (file-name (string-append name "-" version ".zip"))
+       (sha256
+        (base32 "1jy31i9afacb0savxbrdg9mjcq8v24llbk0gyi668qsf9f0p22nz"))))
+    (build-system font-build-system)
+    (home-page "https://fonts.google.com/noto/specimen/Noto+Sans+Hebrew";)
+    (synopsis "Hebrew sans font")
+    (description
+     "Google Noto Fonts is a family of fonts designed to support
+all languages with a consistent look and aesthetic.  Its goal is to properly
+display all Unicode symbols.  This package provides the Serif variant of
+Hebrew fonts.")
+    (license license:silofl1.1)))
+
 (define-public font-google-roboto
   (package
     (name "font-google-roboto")

Reply via email to