將 EB Garamond Bold 與 pdfLaTeX 結合使用

將 EB Garamond Bold 與 pdfLaTeX 結合使用

所以,EB 加拉蒙德去年年底得到了更新。

現在應該也支持了大膽的我想,pdfLaTeX 中的文字。但我仍然沒有讓它發揮作用。我是否錯誤地認為我現在可以在 pdfLaTeX 中使用我最喜歡的字體?

我想要使​​用的是 Pardo 的 EB Garamond(Google Web Fonts 上也有這個字體)。

順便說一句,我在 Overleaf 上使用 pdfLaTeX 進行編譯。

\documentclass{article}
\usepackage[utf8]{inputenc}

%% nederlands
\usepackage[dutch]{babel}
\usepackage{csquotes}

%% microtype
\usepackage{microtype}

%% lettertype garamond
\usepackage[T1]{fontenc}
\usepackage{ebgaramond}

相關內容