From cbaa3be124908c9ea0b78bb607032caefb78d067 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 19 Jun 2021 11:21:13 -0500 Subject: [PATCH] gnu: Add new variable font-borg-sans-mono. * gnu/packages/fonts.scm (font-borg-sans-mono): Add new variable. --- gnu/packages/fonts.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 973393acc4..5d3f2a8280 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2175,3 +2175,23 @@ 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.1") + (source + (origin + (method url-fetch) + (uri (string-append + "https://github.com/charje/borg-sans-mono/releases/download/v" + version + "/borg-sans-mono.zip")) + (sha256 (base32 "1xxakd9nfb8wz76rh0gbd69gh0mlqs2453g0j516xgxn8bxip2yj")))) + (build-system font-build-system) + (home-page "https://github.com/charje/borg-sans-mono") + (synopsis "The Borg Sans Mono font") + (description "Borg Sans Mono is a derivitive of Droid Sans Mono, a monospaced font +designed for small screens. It has the additions of zero being slashed and +programming ligatures for !=, /=, ==, ->, =>, <-, ===, and !===.") + (license license:asl2.0))) -- 2.32.0