GNU bug report logs -
#79048
[PATCH] gnu: Add font-tiktok-sans.
Previous Next
To reply to this bug, email your comments to 79048 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
hako <at> ultrarare.space, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#79048
; Package
guix-patches
.
(Sat, 19 Jul 2025 12:34:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
New bug report received and forwarded. Copy sent to
hako <at> ultrarare.space, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Sat, 19 Jul 2025 12:34:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.