From 8027b937d0e91df7eb552a6388e977414fb36b94 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 15 Jun 2021 19:40:58 -0500 Subject: [PATCH] gnu: Add font-borg-sans-mono * gnu/packages/fonts.scm (font-borg-sans-mono): Add font --- gnu/packages/fonts.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 973393acc4..8fb8ec102e 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2175,3 +2175,22 @@ neighborhood of Buenos Aires inspired Julieta Ulanovsky to design this typeface and rescue the beauty of urban typography that emerged in the first half of the twentieth century.") (license license:silofl1.1))) + +(define-public font-borg-sans-mono + (package + (name "font-borg-sans-mono") + (version "0.3.0") + (home-page "https://github.com/charje/borg-sans-mono") + (source + (origin + (method url-fetch) + (uri (string-append + home-page + "/releases/download/v" + version + "/borg-sans-mono.zip")) + (sha256 (base32 "1jxscrbmqbz3zgfgv6q2ip4482ciwz2xpm460llacsdiyy63abfb")))) + (build-system font-build-system) + (synopsis "The Borg Sans Mono font") + (description "Droid Sans Mono Slashed + Hasklig-style ligatures!") + (license license:asl2.0))) -- 2.32.0