guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add font-tuffy.


From: guix-commits
Subject: 02/02: gnu: Add font-tuffy.
Date: Tue, 18 Jul 2023 08:46:36 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit a8c79839d57acf96df720630b8e6ddee8a8c2cf8
Author: Michael Ford <fanquake@gmail.com>
AuthorDate: Thu Dec 30 16:46:16 2021 +0800

    gnu: Add font-tuffy.
    
    * gnu/packages/fonts.scm (font-tuffy): New variable.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/fonts.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 6e276623d2..bc43a9866b 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3260,6 +3260,29 @@ minor tweaks to improve readability (a matter of taste 
of course).
 Most characters are just 4px wide, which is brilliant for low dpi(90-120) 
displays.")
     (license license:silofl1.1)))
 
+(define-public font-tuffy
+  (package
+    (name "font-tuffy")
+    (version "20120614")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://tulrich.com/fonts/tuffy-"; version 
".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "02vf72bgrp30vrbfhxjw82s115z27dwfgnmmzfb0n9wfhxxfpyf6"))
+       (snippet '(delete-file "._Tuffy.otf"))))
+    (build-system font-build-system)
+    (home-page "http://tulrich.com/fonts/";)
+    (synopsis "The Tuffy Truetype Font Family")
+    (description
+     "Thatcher Ulrich's first outline font design.  He started with the goal
++of producing a neutral, readable sans-serif text font.  There are lots of
++\"expressive\" fonts out there, but he wanted to start with something very
++plain and clean, something he might want to actually use.")
+    (license license:public-domain)))
+
 (define-public font-velvetyne-jgs
   ;; There are no releases nor tags.
   (let ((revision "1")



reply via email to

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