/* отключить лигатуры/контекстные альтернативы */
body {
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "clig" 0, "calt" 0;
}