diff options
| author | Jules Aguillon | 2022-03-17 20:08:26 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-03-17 20:23:28 +0100 |
| commit | e63ff8f837947d574cc2da0c764b564302580343 (patch) | |
| tree | 75eeb508c5835084ae4cac23662242d3d1bffd53 /srcs/special_font/03.svg | |
| parent | fe35d5fd5a96d995e0ff434718b7b2b8bcac5ba5 (diff) | |
| download | unexpected-keyboard-e63ff8f837947d574cc2da0c764b564302580343.tar.gz unexpected-keyboard-e63ff8f837947d574cc2da0c764b564302580343.zip | |
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.
Diffstat (limited to 'srcs/special_font/03.svg')
| -rw-r--r-- | srcs/special_font/03.svg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/srcs/special_font/03.svg b/srcs/special_font/03.svg new file mode 100644 index 0000000..a4140eb --- /dev/null +++ b/srcs/special_font/03.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- IcoMoon-Free 328-move-down CC BY 4.0 --> +<!-- Generated by IcoMoon.io --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16"> +<path fill="#000000" d="M12 11v-6h-1v6h-2.5l3 3 3-3z"></path> +<path fill="#000000" d="M5 4v3h-3v-3h3zM6 3h-5v5h5v-5z"></path> +<path fill="#000000" d="M1 10h1.5v1h-1.5v-1z"></path> +<path fill="#000000" d="M3 10h1.5v1h-1.5v-1z"></path> +<path fill="#000000" d="M5 10h1v1.5h-1v-1.5z"></path> +<path fill="#000000" d="M1 13.5h1v1.5h-1v-1.5z"></path> +<path fill="#000000" d="M2.5 14h1.5v1h-1.5v-1z"></path> +<path fill="#000000" d="M4.5 14h1.5v1h-1.5v-1z"></path> +<path fill="#000000" d="M1 11.5h1v1.5h-1v-1.5z"></path> +<path fill="#000000" d="M5 12h1v1.5h-1v-1.5z"></path> +</svg> |
