From 2ea1b6ae910db70d1240d8245dc20c0c8c8346a6 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 24 Dec 2025 09:51:38 +0300 Subject: style: fix font src, add feature specs. --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ba4cd00..b22cd6d 100644 --- a/style.css +++ b/style.css @@ -93,6 +93,7 @@ textarea { @font-face { font-family: "Ukarpanghooth"; src: - local("Ukarpanghooth") + local("Ukarpanghooth"), url("https://git.aaoth.xyz/lipi/plain/ukarpanghooth/output/ukarpanghooth.woff2?h=main") format("woff2"); + font-feature-settings: "calt", "kern"; } -- cgit v1.2.3