How can I prevent ligatures (consisting of lowercase letters) in smallcaps?

The word “Schriftleitung” contains a ligature “ft”. In capitals it appears like
Bildschirmfoto_Ligatur
Does anyone have a solution?

Do you want to disable ligatures, do you want them to work with smallcaps, or something else?

It does not reproduce on the latest version.

Possible workaround:

#show smallcaps: set text(ligatures: false)
#smallcaps[Schriftleitung]

Maybe this is a bug of your font or some ancient Typst version. Use the snippet above for a temporary workaround.

1 Like