Specific Garamond font for LaTeX

fontsgaramond

On MC Word I’ve got a version of Garamond font that looks like this:

enter image description here

It looks different compared to urw-garamond as well as to other Garamond fonts I know so far (like EB Garamond, Cormorant Garamond or garamondx). The most catchy spots are for example the twirly "z" (if you look for Französisch above) or some capital letters that are not as inclined as the following small letters (see for example the "F" in Französisch or the "T" in The) in italic. None of the Garamond fonts I know have these traits.

Do you know the Garamond font version I’m talking about?
Thank you for your help.

Best Answer

You can use any system font with lualatex or xelatex.

enter image description here

\documentclass{article}

\usepackage{fontspec}
\setmainfont{Garamond}

\begin{document}

One two three  \textit{The} and \textit{Französisch}

\end{document}