如何使字体颜色变深?

如何使字体颜色变深?

我想加深 Garamond MT Pro 字体的颜色,使其更易读。我该怎么做?这是 MWE:

\documentclass[12pt]{article}
\usepackage{lipsum}
\usepackage{fontspec}
\setmainfont{Garamond MT Pro}
\begin{document}

\chapter{A chapter}

\lipsum

\end{document}

相关内容