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 ++++++++++++++++ style.css | 15 +++++++++++++++ ukarpanghooth.html | 5 +++++ 3 files changed, 36 insertions(+) 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

diff --git a/style.css b/style.css index f7220ec..ba4cd00 100644 --- a/style.css +++ b/style.css @@ -81,3 +81,18 @@ h1 + .win { margin-top: initial; } +textarea { + width: 100%; +} + +#ukarpanghooth { + font-family: Ukarpanghooth; + font-size: 3em; +} + +@font-face { + font-family: "Ukarpanghooth"; + src: + local("Ukarpanghooth") + url("https://git.aaoth.xyz/lipi/plain/ukarpanghooth/output/ukarpanghooth.woff2?h=main") format("woff2"); +} diff --git a/ukarpanghooth.html b/ukarpanghooth.html index aeb7e99..281b661 100644 --- a/ukarpanghooth.html +++ b/ukarpanghooth.html @@ -118,6 +118,11 @@ lookup charBlock {

+

playground

+
+

here you can try this writing system, it currently lacks a lot of glyphs, but the main letters are implemented.

+ +
-- cgit v1.2.3