all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71237] [PATCH] gnu: Add font-teko.
@ 2024-05-27 23:55 sirgazil--- via Guix-patches via
  2024-06-14  3:35 ` [bug#71237] QA review for 71237 Nicolas Graves via Guix-patches via
  2024-06-14 14:05 ` bug#71237: Close Andreas Enge
  0 siblings, 2 replies; 3+ messages in thread
From: sirgazil--- via Guix-patches via @ 2024-05-27 23:55 UTC (permalink / raw)
  To: 71237; +Cc: Luis Felipe

From: Luis Felipe <sirgazil@zoho.com>

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

Change-Id: I09ca2e04bfe1e4decf2a8fd9c028cb58bcda1033
---
 gnu/packages/fonts.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index a5c8cfadce..384028328e 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3840,3 +3840,40 @@ (define-public font-oswald
 used freely across the internet by web browsers on desktop computers,
 laptops and mobile devices.")
       (license license:silofl1.1))))
+
+(define-public font-teko
+  (let ((version "0")
+        (commit "2bf909d46b0061a5e3e16e8acc4fef670e36a8f2")
+        (revision "0"))
+    (package
+      (name "font-teko")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/googlefonts/teko")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "18gwb3k4a3a2406pxpxh9zcziggajl8wwki4730xsh1m066f6gk9"))))
+      (build-system font-build-system)
+      (home-page "https://github.com/googlefonts/teko")
+      (synopsis "Devanagari and Latin scripts typeface")
+      (description "Teko is a typeface that currently supports the
+Devanagari and Latin scripts.  This font family has been created for
+use in headlines and other display-sized text on screen.  Five font
+styles make up the initial release.
+
+The Teko typeface features letterforms with low stroke contrast,
+square proportions and a structure that appears visually simple.
+
+The Regular, Medium and Semibold fonts are recommended for use in long
+headlines, while Bold is intended primarily for setting just one or
+two words.  The Light is a variant that may be put to good use in
+large headlines on websites.  At display sizes, Teko works equally
+well on screen or in print.  Each font contains 1090 glyphs, offering
+full support for the conjuncts and ligatures required by languages
+written with the Devanagari script.")
+      (license license:silofl1.1))))

base-commit: 00384aedbc6a371aaf90ca344a446952fdd5a6b3
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#71237] QA review for 71237
  2024-05-27 23:55 [bug#71237] [PATCH] gnu: Add font-teko sirgazil--- via Guix-patches via
@ 2024-06-14  3:35 ` Nicolas Graves via Guix-patches via
  2024-06-14 14:05 ` bug#71237: Close Andreas Enge
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-06-14  3:35 UTC (permalink / raw)
  To: control, 71237

user guix
usertag 71237 + reviewed-looks-good
thanks

Guix QA review form submission:


Items marked as checked: Lint warnings, Package builds, Commit messages, New package licenses, New package tests, New package synopsis and descriptions

-- 
Best regards,
Nicolas Graves




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#71237: Close
  2024-05-27 23:55 [bug#71237] [PATCH] gnu: Add font-teko sirgazil--- via Guix-patches via
  2024-06-14  3:35 ` [bug#71237] QA review for 71237 Nicolas Graves via Guix-patches via
@ 2024-06-14 14:05 ` Andreas Enge
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Enge @ 2024-06-14 14:05 UTC (permalink / raw)
  To: 71237-done

Pushed, thanks for the patch and the review!

Andreas





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-14 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-27 23:55 [bug#71237] [PATCH] gnu: Add font-teko sirgazil--- via Guix-patches via
2024-06-14  3:35 ` [bug#71237] QA review for 71237 Nicolas Graves via Guix-patches via
2024-06-14 14:05 ` bug#71237: Close Andreas Enge

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.