我如何使用需要明确调用的字体,例如金银花,作为整个文档的默认字体?
答案1
您可以重新定义\familydefault
、\rmdefault
等等\sfdefault
。
以 Auriocus Kalligraphicus 为例:
\documentclass{book}
\usepackage[T1]{fontenc}
\usepackage{aurical}
\renewcommand*{\rmdefault}{AuriocusKalligraphicus}
\begin{document}
\chapter{Text}
This is an example.
\end{document}
如您所见,各种大小的罗马文字都有所需的字体: