From 9cb8591eaf8fe5f86fbb5b0763b8e012411d2ed0 Mon Sep 17 00:00:00 2001 From: oppili.bsky.social Date: Mon, 07 Apr 2025 16:38:38 +0000 Subject: [PATCH] appview: slightly nicer inter font-features --- input.css | 6 ++++++ 1 file(s) changed, 6 insertion(s)(+), 0 deletion(s)(-) diff --git a/input.css b/input.css --- a/input.css +++ b/input.css @@ -34,6 +34,12 @@ @layer base { html { font-size: 15px; } + @supports (font-variation-settings: normal) { + html { + font-feature-settings: 'ss01' 1, 'kern' 1, 'liga' 1, 'cv05' 1, 'tnum' 1; + } + } + a { @apply no-underline text-black hover:underline hover:text-gray-800 dark:text-white dark:hover:text-gray-300; } -- tangled.sh