From 1dd068e1399c615d868df40e45281be31e624899 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 23 Dec 2025 23:49:37 +0300 Subject: day 23: yay, first font! very raw, but still cool. --- decadv-2025.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'decadv-2025.html') diff --git a/decadv-2025.html b/decadv-2025.html index 51eae7c..b9d6104 100644 --- a/decadv-2025.html +++ b/decadv-2025.html @@ -38,6 +38,22 @@ -->
+

2025-12-23

+
+

+i've written all the opentype-feature logic, it's live! +see the font repo for all the spicy details. +but seriously, i need now to do the boring part. test, test, test and tweak. +

+also i want to create a version of the font that is rotated 90 degrees to the left, +because then it'll behave correctly like it should. right now the letter blocks are placed +left-to-right, but they should stack top-to-bottom instead. +since computing is western-oriented (latin-oriented), vertical scripts aren't well supported, +i might have to do this rotation manually for it to work. +

+
+
+

2025-12-22

-- cgit v1.2.3