Garamond 만큼 다양한 폰트 벤더에서 revival한 폰트가 있을까? 있다면 Times의 clone들 정도.
Garamond 계열 폰트 몇 가지를 비교해봤다.
Compar_Garamond_motivated_Fonts.pdf
\documentclass[a4paper]{xoblivoir}
\title{Garamond 계열 폰트 비교}
\author{Progress}
\date{\today}
\usepackage[svgnames]{xcolor}
\defaultfontfeatures{Mapping=tex-text}
\setmainfont{Garamond MT Std}
\usepackage{xetexko-hanging}
\hangingpunctuation
\parindent=0pt
\setlength{\parskip}{5pt}
\newcommand{\blindtext}{%
\TeX{} (= tau epsilon chi, and pronounced similar to ``blecch'', not to the state known for `Tex-Mex' chili) is a computer language designed for use in typesetting; in particular, for typesetting math and other technical (from greek ``techne'' = art/craft, the stem of `technology') material. \par
%In the late 1970s, Donald Knuth was revising the second volume of his multivolume magnum opus \emph{The Art of Computer Programming}, got the galleys, looked at them, and said (approximately) ``blecch''! He had just received his first samples from the new typesetting system of the publisher's, and its quality was so far below that of the first edition of Volume 2 that he couldn't stand it.\par
}
\newcommand{\sampletext}[1]{%
\begingroup
\fontspec{#1}
{\large\bfseries\color{Navy}{#1}}\par\nopagebreak
\blindtext
{\itshape\blindtext}
\endgroup
\bigskip}
\begin{document}
\maketitle
\linespread{1.1}\selectfont
\sampletext{Garamond} % MS 오피스에서 제공하는 기본 폰트
\sampletext{EB Garamond} % http://www.georgduffner.at/ebgaramond/
\sampletext{Apple Garamond} % ITC Garamond를 가로 폭을 80% 줄여 한때 애플사의 기본 폰트로 사용했다는
\sampletext{Stempel Garamond LT Std}
\sampletext{Garamond 3 LT Std}
\sampletext{Garamond MT Std}
\sampletext{ITC Garamond Std}
\sampletext{Adobe Garamond Pro} % Robert Slimbach
\sampletext{Garamond Premier Pro} % Robert Slimbach
\sampletext{Minion Pro}
\sampletext{Arno Pro}
\sampletext{Granjon LT Std}
\sampletext{Sabon LT Std} % Jan Tschichold
\sampletext{Sabon MT Std} % Jan Tschichold
\sampletext{Junicode}
\end{document}