I was trying to get c_t (0x100ee) to substitute for "et" as a ligature and have thus far been stymied.
I see it is the first entry in the "dlig" table, but I can't get it or any other discretionary ligatures to render in either Chrome nor FF, Win nor Ubuntu testing as:
https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Fundamentals
HTML Input:
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;1,500&display=swap" rel="stylesheet">
<p class="ligs">dlig: ct ffu fu Qy liga: fb ff ffb</p>
CSS Input
.ligs {
font-size: 50px;
font-family: 'Cormorant Garamond', serif;
font-variant-ligatures: discretionary-ligatures;
}
output:

I'd expect:

I had thought to simply call it by HTML or Unicode, but the standard values cited U+1F670/🙰 aren't assigned in the font file.
Any hints?
Thanks!
I was trying to get c_t (0x100ee) to substitute for "et" as a ligature and have thus far been stymied.
I see it is the first entry in the "dlig" table, but I can't get it or any other discretionary ligatures to render in either Chrome nor FF, Win nor Ubuntu testing as:
https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Fundamentals
HTML Input:
CSS Input
output:

I'd expect:

I had thought to simply call it by HTML or Unicode, but the standard values cited U+1F670/🙰 aren't assigned in the font file.
Any hints?
Thanks!