From 41e365f35596724d8d9bffac7f8e0987c88027e1 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Wed, 12 Feb 2025 20:31:41 +0000 Subject: [PATCH] Add comment about bug(?) with OpenType features in Firefox --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index b572bca..03aac1b 100644 --- a/style.css +++ b/style.css @@ -59,6 +59,11 @@ h2::before { font-variant-caps: all-small-caps; } +/* FIXME: using ch units here somehow breaks the OpenType features. */ +/* ...but only in Firefox, and not on Mac. **/ +/* needs further investigation. conceivably a Gecko bug. */ +/* verified it happens with other fonts too e.g. Open Sans (ss02 has a different "g") */ + .section { max-width: 55ch; margin: 0 auto;