~ruther/guix-local

0a480f23c65326e4daa81fc56fc334102b12804f — Liam Hupfer 9 months ago 2465349
gnu: Add font-undefined-medium.

* gnu/packages/fonts.scm (font-undefined-medium): New variable.

Change-Id: Idd301cf15f8a1b3e271bac48836c6aa3237b03f9
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
1 files changed, 22 insertions(+), 0 deletions(-)

M gnu/packages/fonts.scm
M gnu/packages/fonts.scm => gnu/packages/fonts.scm +22 -0
@@ 4702,3 4702,25 @@ Hack + DejaVu Sans Mono is used for ASCII, and Rounded Mgen+ for the other.
In addition, Nerd Fonts, Noto Emoji, Icons for Devs, and some adjustment forked
from the Ricty generator are converted and adjusted.")
    (license license:silofl1.1)))

(define-public font-undefined-medium
  (package
    (name "font-undefined-medium")
    (version "1.3")
    (source
     (origin
       (method url-fetch/zipbomb)
       (uri (string-append "https://github.com/andirueckel/undefined-medium"
                           "/archive/v" version ".zip"))
       (sha256
        (base32 "1y11y78807nhfwvvx4ac36q6m5y20jarlrazrp029wks2wwdgrx8"))))
    (build-system font-build-system)
    (outputs '("out" "ttf" "woff"))
    (home-page "https://undefined-medium.com")
    (synopsis "Pixel grid-based monospace typeface")
    (description
     "This package provides undefined medium, a pixel grid-based monospace
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)))