Add comment about bug(?) with OpenType features in Firefox

This commit is contained in:
Katherina Walshe-Grey 2025-02-12 20:31:41 +00:00
parent 81f421c520
commit 41e365f355

View file

@ -59,6 +59,11 @@ h2::before {
font-variant-caps: all-small-caps; 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 { .section {
max-width: 55ch; max-width: 55ch;
margin: 0 auto; margin: 0 auto;