From c6bed6336078cd5b9be206e39b9a68f8a0410955 Mon Sep 17 00:00:00 2001 From: Tom DeForest Date: Sat, 18 May 2024 16:01:55 +0000 Subject: [PATCH 1/2] Added Fontstruct to the list of FOSS font software --- _data/data.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/data.yaml b/_data/data.yaml index f21e1a1..b8afd7c 100644 --- a/_data/data.yaml +++ b/_data/data.yaml @@ -208,6 +208,9 @@ categories: links: - name: GitHub url: https://github.com/googlefonts/fontra + - name: Fontstruct + url: https://fontstruct.com/ + description: FontStruct lets you quickly and easily create fonts constructed out of geometrical shapes, which are arranged in a grid pattern, like tiles or bricks. - name: Gerb url: https://github.com/epilys/gerb description: A FOSS font editor written in Rust. Currently unfinished and in development (2023). From b4241547df8e5c831063d744ff45526146ac2e78 Mon Sep 17 00:00:00 2001 From: Justin Penner <46039243+justinpenner@users.noreply.github.com> Date: Sat, 18 May 2024 12:34:05 -0700 Subject: [PATCH 2/2] Update data.yaml --- _data/data.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/data.yaml b/_data/data.yaml index b8afd7c..39c2a75 100644 --- a/_data/data.yaml +++ b/_data/data.yaml @@ -208,9 +208,9 @@ categories: links: - name: GitHub url: https://github.com/googlefonts/fontra - - name: Fontstruct + - name: FontStruct url: https://fontstruct.com/ - description: FontStruct lets you quickly and easily create fonts constructed out of geometrical shapes, which are arranged in a grid pattern, like tiles or bricks. + description: FontStruct lets you quickly and easily create modular fonts constructed out of geometrical shapes, which are arranged in a grid pattern, like tiles or bricks. - name: Gerb url: https://github.com/epilys/gerb description: A FOSS font editor written in Rust. Currently unfinished and in development (2023).