From e63ff8f837947d574cc2da0c764b564302580343 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Thu, 17 Mar 2022 20:08:26 +0100 Subject: Stateless build of the special font file Keep the glyphs in SVG format and build the font using a FontForge script. A part of the previous font is kept because the sources is lost. This adds a new dependency to the build system, fontforge. --- assets/fonts/README.md | 15 --------------- assets/fonts/keys.ttf | Bin 7076 -> 0 bytes 2 files changed, 15 deletions(-) delete mode 100644 assets/fonts/README.md delete mode 100644 assets/fonts/keys.ttf (limited to 'assets/fonts') diff --git a/assets/fonts/README.md b/assets/fonts/README.md deleted file mode 100644 index ba0ff7c..0000000 --- a/assets/fonts/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Fonts - -The glyphs from this font are made by: - -- Home and End - Author: @sdrapha - -- Cog - Copyright (C) 2016 by Dave Gandy - Author: Dave Gandy - License: SIL () - -- Emoticon, PageUp and PageDown - IcoMoon-Free is a free vector icon pack by Keyamoon. - License: Attribution 4.0 International (CC BY 4.0) diff --git a/assets/fonts/keys.ttf b/assets/fonts/keys.ttf deleted file mode 100644 index aa5cf8c..0000000 Binary files a/assets/fonts/keys.ttf and /dev/null differ -- cgit v1.2.3