guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30732] IBM Plex Font


From: Charlie Ritter
Subject: [bug#30732] IBM Plex Font
Date: Tue, 06 Mar 2018 11:03:06 -0500

From 0660ca15c4db12cd86825b5ce4775980aa6fd930 Mon Sep 17 00:00:00 2001
From: Charlie Ritter <address@hidden>
Date: Tue, 6 Mar 2018 10:59:47 -0500
Subject: [PATCH] gnu: Add IBM Plex font.

* gnu/packages/fonts.scm (IBM Plex font): 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 8af4f8dc8..613b4b828 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2017 Brendan Tildesley <address@hidden>
 ;;; Copyright © 2017 Arun Isaac <address@hidden>
 ;;; Copyright © 2017 Mohammed Sadiq <address@hidden>
+;;; Copyright © 2018 Charlie Ritter <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -55,6 +56,25 @@
   #:use-module (gnu packages python)
   #:use-module (gnu packages xorg))
 
+(define-public font-ibm-plex
+  (package
+    (name "font-ibm-plex")
+    (version "v1.0.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/IBM/plex/releases/download/";
+                    version "/OpenType.zip"))
+              (sha256
+               (base32
+                "0nzxw9z6waixslam248yr26ci3fbk83c7jf6m90hncnaj6zxx795"))))
+    (build-system font-build-system)
+    (home-page "https://github.com/IBM/plex";)
+    (synopsis "IBM Plex Typeface")
+    (description "Meet IBM Plex, our new corporate typeface.  It's global, it's
+versatile and it's distinctly IBM.")
+    (license license:silofl1.1)))
+
 (define-public font-inconsolata
   (package
     (name "font-inconsolata")
-- 
2.16.1

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]