[PATCH] gnu: Add font-tiktok-sans.

  • Done
  • quality assurance status badge
Details
One participant
  • Evgeny Pisemsky
Owner
unassigned
Submitted by
Evgeny Pisemsky
Severity
normal

Debbugs page

E
E
Evgeny Pisemsky wrote on 19 Jul 05:31 -0700
(address . guix-patches@gnu.org)
de3b1a5a76d8e53543d8820852a1d1a0da2d75af.1752928313.git.mail@pisemsky.site
* gnu/packages/fonts.scm (font-tiktok-sans): New variable.

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

Toggle diff (41 lines)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 53707f751c..08d10e8aed 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -66,6 +66,7 @@
;;; Copyright © 2023 Santiago Payà Miralta <santiagopim@gmail.com>
;;; Copyright © 2025 Kurome <hunt31999@gmail.com>
;;; Copyright © 2025 Gabriel Santos <gabrielsantosdesouza@disroot.org>
+;;; Copyright © 2025 Evgeny Pisemsky <mail@pisemsky.site>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -4591,3 +4592,24 @@ (define-public font-cica
In addition, Nerd Fonts, Noto Emoji, Icons for Devs, and some adjustment forked
from the Ricty generator are converted and adjusted.")
(license license:silofl1.1)))
+
+(define-public font-tiktok-sans
+ (package
+ (name "font-tiktok-sans")
+ (version "4.000")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/tiktok/TikTokSans/releases/download/v"
+ version "/TikTokSans-v" version ".zip"))
+ (sha256
+ (base32 "0hq2p20mdvy2bnmpgji6kfda970s384izsi5c24l4lbkjkky0f5j"))))
+ (build-system font-build-system)
+ (home-page "https://www.tiktok.com/font")
+ (synopsis "Free and open-source font by TikTok")
+ (description
+ "TikTok Sans is the default font used in millions of TikTok videos.
+With its playful, fresh, and dynamic design, it is perfect for making
+video captions.")
+ (license license:silofl1.1)))

base-commit: 9bff5e0ecb40fe3988ea8b33d679dedca03a7bdc
--
2.50.1
E
E
Evgeny Pisemsky wrote on 27 Jul 09:23 -0700
close 79048
(address . control@debbugs.gnu.org)
87y0s938n1.fsf@pisemsky.site
close 79048
?
Your comment

This issue is archived.

To comment on this conversation send an email to 79048@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 79048
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch