在同一个句子中使用多种字体系列

在同一个句子中使用多种字体系列

更改 Quick Brown 的字体系列和大小 更改 Fox 的字体系列 不要更改 Jumps Over the Lazy Dog 的字体 我正在使用 Windows

\documentclass[]{article}
\usepackage{fontspec}
\newfontfamily\Ofont{Oswald Regular}
\newfontfamily\Rfont{Roboto}
\newfontfamily\RLfont{Roboto Light}
\newfontfamily\Afont{Algerian}
\begin{document}
{\Ofont{\fontsize{25}{50}\selectfont The quick brown} {\Rfont fox} jumps over the lazy dog.
\end{document}

相关内容