Edit online

Font Ligatures

Ligatures for non-Latin scripts (such as Arabic) are enabled by default.

For Latin scripts, you have to use the font-variant-ligatures CSS property:
p {
  font-family: Calibri;
  font-variant-ligatures: common-ligatures;
}

This example results in the text being displayed with font-variant-ligatures: none: