From cf2dc84cb7cdf8490c68f54a58988cf4289958d6 Mon Sep 17 00:00:00 2001 From: Aaron McAdam Date: Wed, 31 Jul 2024 21:27:23 +0100 Subject: [PATCH] docs: explain the custom font-feature-setting --- src/app/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/globals.css b/src/app/globals.css index e0aa1b1..7958df2 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -70,6 +70,7 @@ @layer base { .font-sans { + /** Configure Satoshi's alternate "t" to better match TT Norms. */ font-feature-settings: 'ss03' on; } }