Hello there. Out of curiosity and love for fonts with font ligatures, I have a question.
Assuming that,
- I have installed a relevant font (such as Fira Code) into my project, and
- set
<code>
blocks to import and use that font-family in CSS,
will Goldmark render code blocks with font ligatures?
Is there a way to make it happen, perhaps with the font-variant-ligatures
CSS property?