c_t missing unicode reference google fonts Cormorant Garamond
Closed this issue · 5 comments
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;
}
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!
Thanks Thomas, didn't know about that!
BTW, is there historic precedent for using c_t for &...?
BTW, is there historic precedent for using c_t for &...?
No, the two ligatures are unrelated. & (U+0026 AMPERSAND) is for "e+t". Very common ligature in 17th century English and French books. For example, on the cover of this 1607 book, there are two different & (and a c+t ligature):
https://fr.wikisource.org/wiki/Livre:Antoine_Loysel,_Institutes_coustumieres,_1607.djvu
Or this 1763 book (&c. = etc.):
https://en.wikisource.org/wiki/Page:Ruffhead_-_The_Statutes_at_Large_-_vol_4.djvu/287
Maybe the Cormorant Italic ampersand might be a better choice then, since it mirrors that form.