~ruther/guix-local

3e8aa64c0785d59449ed8bcfad8bb0131aa3d6c1 — Lee Thompson 4 months ago c8e8ca5
gnu: Add font-kawkab-mono.

* gnu/packages/fonts.scm (font-kawkab-mono): New variable.

Closes: guix/guix#4195
Change-Id: Idb667ebf651bfcc3db2708134c4213142d4db6e0
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
1 files changed, 23 insertions(+), 0 deletions(-)

M gnu/packages/fonts.scm
M gnu/packages/fonts.scm => gnu/packages/fonts.scm +23 -0
@@ 68,6 68,7 @@
;;; Copyright © 2025 Gabriel Santos <gabrielsantosdesouza@disroot.org>
;;; Copyright © 2025 Liam Hupfer <liam@hpfr.net>
;;; Copyright © 2025 Evgeny Pisemsky <mail@pisemsky.site>
;;; Copyright © 2025 Lee Thompson <lee.p.thomp@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 4992,3 4993,25 @@ typeface.  It is inspired by many 5×7 pixel grid typefaces, especially Gilles
Boccon-Gibod’s MonteCarlo.  Unlike traditional bitmap fonts, it is distributed
in typical scalable font formats.")
    (license license:silofl1.1)))

(define-public font-kawkab-mono
  (package
    (name "font-kawkab-mono")
    (version "0.501")
    (source
     (origin
       (method url-fetch)
       (uri (string-append
             "https://github.com/aiaf/kawkab-mono/releases/download/"
             "v" version "/kawkab-mono-" version ".zip"))
       (sha256
        (base32 "0rjn2kdfs81cbpnffxj0sgw6zav5503smjkldlbg1ynyvmbnzh0i"))))
    (build-system font-build-system)
    (outputs '("out" "ttf" "woff"))
    (home-page "https://makkuk.com/kawkab-mono/")
    (synopsis "Monospaced Arabic typeface")
    (description
     "Kawkab Mono (كوكب مونو) is a monospaced Arabic typeface.  It is designed
for code and text-editing in particular, and whenever having a fixed-pitch font
is necessary, such as when composing tabular data using text.")
    (license license:silofl1.1)))