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. --- srcs/special_font/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 srcs/special_font/README.md (limited to 'srcs/special_font/README.md') diff --git a/srcs/special_font/README.md b/srcs/special_font/README.md new file mode 100644 index 0000000..baa8bb6 --- /dev/null +++ b/srcs/special_font/README.md @@ -0,0 +1,8 @@ +# Fonts + +See copyright notice in each SVG files. + +The glyphs in `base_font.ttf` are made by: + +- Home and End + Author: @sdrapha -- cgit v1.2.3