GNU bug report logs - #79048
[PATCH] gnu: Add font-tiktok-sans.

Previous Next

Package: guix-patches;

Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>

Date: Sat, 19 Jul 2025 12:34:01 UTC

Severity: normal

Tags: patch

Done: Evgeny Pisemsky <mail <at> pisemsky.site>

Full log


View this message in rfc822 format

From: Evgeny Pisemsky <mail <at> pisemsky.site>
To: 79048 <at> debbugs.gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>, 宋文武 <iyzsong <at> envs.net>
Subject: [bug#79048] [PATCH] gnu: Add font-tiktok-sans.
Date: Sat, 19 Jul 2025 15:31:53 +0300
* gnu/packages/fonts.scm (font-tiktok-sans): New variable.

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

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 <at> gmail.com>
 ;;; Copyright © 2025 Kurome <hunt31999 <at> gmail.com>
 ;;; Copyright © 2025 Gabriel Santos <gabrielsantosdesouza <at> disroot.org>
+;;; Copyright © 2025 Evgeny Pisemsky <mail <at> 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





This bug report was last modified 21 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.