I am using the Lato font for a document, but whenever the letters "ft" and "ti" are next to eachother, this font cannot separate the characters. When doing a copy-paste of the word in the output pdf-viewer, weird things happen as "ti" is considered as one letter.
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Lato}
\begin{document}
Simulations \huge{\textbf{Institute, simulations}}
\end{document}
Output:
This should not be the usual output. As one can try on the website https://fonts2u.com/lato-regular.font?ptext=Simulations the output should look like this (space separation between "t" and "i")
liga
(Standard Ligatures) feature, so they should be enabled by default in most applications using the font. The website you link probably would show them too, but it uses a much older version of the font which probably didn't have them yet: TeX Live has version 2.015 from 2015-08-06, while the website uses 1.010 from 2010-12-12.\setmainfont{Lato}[Ligatures=NoCommon]
Inst\hspace{0pt}itute Inst\mbox{}itute